mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-07 10:36:41 +07:00
refactored
This commit is contained in:
parent
43968f14b2
commit
16700432d2
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ const RestoreRequestDialogUnconnected: FC<IProps> = ({
|
|||
[]
|
||||
);
|
||||
|
||||
const header = useMemo(() => <div className={styles.illustration}>ILLUSTRATE ME</div>, []);
|
||||
const header = useMemo(() => <div className={styles.illustration} />, []);
|
||||
|
||||
const overlay = useMemo(
|
||||
() =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue