This commit is contained in:
PhilReact 2024-12-04 09:43:44 +02:00
parent 1587d093ea
commit 5cef7e9a70

View File

@ -152,7 +152,7 @@ export const CreateCommonSecret = ({groupId, secretKey, isOwner, myAddress, sec
maxWidth: '350px', maxWidth: '350px',
background: '#444444' background: '#444444'
}}> }}>
<LoadingButton loading={isLoading} loadingPosition="start" color="warning" variant='contained' onClick={createCommonSecret}>Re-encyrpt key</LoadingButton> <LoadingButton loading={isLoading} loadingPosition="start" color="warning" variant='contained' onClick={createCommonSecret}>Re-encrypt key</LoadingButton>
{noSecretKey ? ( {noSecretKey ? (
<Box> <Box>
<Typography>There is no group secret key. Be the first admin to publish one!</Typography> <Typography>There is no group secret key. Be the first admin to publish one!</Typography>