fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -241,8 +241,8 @@ export default function MobileSettingsPage() {
|
||||
{t('mobileSettings.notificationsLoading', 'Loading settings ...')}
|
||||
</Text>
|
||||
) : (
|
||||
<YGroup borderRadius="$4" borderWidth={1} borderColor={border} overflow="hidden">
|
||||
<YGroup.Item bordered>
|
||||
<YGroup {...({ borderRadius: "$4", borderWidth: 1, borderColor: border, overflow: "hidden" } as any)}>
|
||||
<YGroup.Item>
|
||||
<ListItem
|
||||
hoverTheme
|
||||
pressTheme
|
||||
@@ -280,7 +280,7 @@ export default function MobileSettingsPage() {
|
||||
/>
|
||||
</YGroup.Item>
|
||||
{AVAILABLE_PREFS.map((key, index) => (
|
||||
<YGroup.Item key={key} bordered={index < AVAILABLE_PREFS.length - 1}>
|
||||
<YGroup.Item key={key}>
|
||||
<ListItem
|
||||
hoverTheme
|
||||
pressTheme
|
||||
|
||||
Reference in New Issue
Block a user