mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
added messages to profile dialog
This commit is contained in:
parent
618c2e3275
commit
298ba7d586
12 changed files with 62 additions and 24 deletions
|
@ -7,7 +7,7 @@ import { ERRORS } from '~/constants/errors';
|
|||
import { t } from '~/utils/trans';
|
||||
|
||||
interface IProps {
|
||||
is_loading: boolean;
|
||||
is_loading?: boolean;
|
||||
}
|
||||
|
||||
const NodeNoComments: FC<IProps> = ({ is_loading = false }) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue