diff --git a/apps/app/components/states/delete-state-modal.tsx b/apps/app/components/states/delete-state-modal.tsx index a49ed561e..7fdce5d44 100644 --- a/apps/app/components/states/delete-state-modal.tsx +++ b/apps/app/components/states/delete-state-modal.tsx @@ -126,8 +126,9 @@ export const DeleteStateModal: React.FC = ({ isOpen, onClose, data }) =>

Are you sure you want to delete state-{" "} - {data?.name}? All of the data related to - the state will be permanently removed. This action cannot be undone. + {data?.name}? All of + the data related to the state will be permanently removed. This action + cannot be undone.