Remove curly braces

This commit is contained in:
nico.benaz 2025-04-21 11:53:03 +02:00 committed by GitHub
parent cb3f0c7364
commit 72c4293bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2235,7 +2235,7 @@ export const Group = ({
: '0px',
}}
>
{
<DesktopHeader
isPrivate={isPrivate}
selectedGroup={selectedGroup}
@ -2270,7 +2270,6 @@ export const Group = ({
setGroupSection={setGroupSection}
isForum={groupSection === 'forum'}
/>
}
<Box
sx={{
@ -2521,7 +2520,6 @@ export const Group = ({
</>
)}
{
<AppsDesktop
toggleSideViewGroups={toggleSideViewGroups}
toggleSideViewDirects={toggleSideViewDirects}
@ -2539,8 +2537,7 @@ export const Group = ({
isApps={desktopViewMode === 'apps'}
desktopViewMode={desktopViewMode}
/>
}
{
<AppsDevMode
toggleSideViewGroups={toggleSideViewGroups}
toggleSideViewDirects={toggleSideViewDirects}
@ -2558,9 +2555,7 @@ export const Group = ({
desktopViewMode={desktopViewMode}
isApps={desktopViewMode === 'apps'}
/>
}
{
<HomeDesktop
name={userInfo?.name}
refreshHomeDataFunc={refreshHomeDataFunc}
@ -2578,7 +2573,6 @@ export const Group = ({
setDesktopViewMode={setDesktopViewMode}
desktopViewMode={desktopViewMode}
/>
}
</Box>
<AuthenticatedContainerInnerRight