mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
ProfileStatus: hide 'success!' until needed
This commit is contained in:
parent
cd370224d5
commit
8030f0e369
@ -60,7 +60,7 @@ export const ProfileStatus = (props) => {
|
||||
}}
|
||||
/>
|
||||
</Row>
|
||||
<Text mt={1} ml={1} whiteSpace="pre" gray>{notice}</Text>
|
||||
<Text display={notice !== ' ' ? 'block' : 'none'} mt={1} ml={1} whiteSpace="pre" gray>{notice}</Text>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user