- {router.pathname !== '/new' ? (
+
+
+ {router.pathname !== '/new' ? (
+ }
+ className="Blended medium destructive"
+ onClick={handleClick}
+ text={t('buttons.delete')}
+ />
+ ) : (
+ ''
+ )}
+
+
+
}
- className="Blended medium destructive"
- onClick={handleClick}
- text={t('buttons.delete')}
+ leftAccessoryIcon={}
+ text={t('buttons.save_info')}
+ onClick={updateDetails}
/>
- ) : (
- ''
- )}
+
-
-
- }
- text={t('buttons.save_info')}
- onClick={updateDetails}
- />
-
-
-
- )
+
+ )
+ }
const clearTimeString = () => {
const minutes = Math.floor(clearTime / 60)
@@ -664,38 +686,46 @@ const PartyDetails = (props: Props) => {
}
}
- const readOnly = (
-