This commit is contained in:
PhilReact 2024-12-04 09:43:56 +02:00
parent c55bc3ec0c
commit 409b4d59d5

View File

@ -152,7 +152,7 @@ export const CreateCommonSecret = ({groupId, secretKey, isOwner, myAddress, sec
maxWidth: '350px',
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 ? (
<Box>
<Typography>There is no group secret key. Be the first admin to publish one!</Typography>