Skip to content

Commit

Permalink
verify ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramchike committed Nov 16, 2024
1 parent dcf1dde commit 0037a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/edit/ui/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function Edit({verifySend, verify_hook}: Props) {
</div>
</div>
<div className={styles['bottom-widget-container']}>
<div style={verifySend ? { display: 'none'} : {}} className={styles['button-container']}>
<div style={(verifySend || user.verify) ? { display: 'none'} : {}} className={styles['button-container']}>
<Button onClick={onVerify} pin='circle-circle' view='normal' size='m'>
<Icon data={SealCheck}></Icon>
Верификация
Expand Down

0 comments on commit 0037a02

Please sign in to comment.