mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-29 06:17:52 +00:00
a fix
This commit is contained in:
parent
7b69957ea8
commit
7d2fc5a7b0
@ -199,7 +199,7 @@ export const AdminSpaceInner = ({
|
|||||||
{` by ${groupSecretKeyPublishDetails?.name}`}
|
{` by ${groupSecretKeyPublishDetails?.name}`}
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
<Button disabled={isFetchingGroupSecretKey} onClick={setIsForceShowCreationKeyPopup} variant="contained">
|
<Button disabled={isFetchingGroupSecretKey} onClick={()=> setIsForceShowCreationKeyPopup(true) variant="contained">
|
||||||
Publish group secret key
|
Publish group secret key
|
||||||
</Button>
|
</Button>
|
||||||
<Spacer height="20px" />
|
<Spacer height="20px" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user