added state message formatting

This commit is contained in:
plebbitor
2023-04-23 11:46:14 +02:00
parent 2760171d8b
commit 8e9708a442
5 changed files with 23 additions and 9 deletions
-1
View File
@@ -6,7 +6,6 @@ import useGeneralStore from '../hooks/stores/useGeneralStore';
import Modal from 'react-modal';
import Draggable from 'react-draggable';
import useError from '../hooks/useError';
import useSuccess from '../hooks/useSuccess';
const ReplyModal = ({ isOpen, closeModal }) => {