mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-18 19:01:22 +00:00
Remove curly braces
This commit is contained in:
parent
cb3f0c7364
commit
72c4293bc9
@ -2235,7 +2235,7 @@ export const Group = ({
|
|||||||
: '0px',
|
: '0px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{
|
|
||||||
<DesktopHeader
|
<DesktopHeader
|
||||||
isPrivate={isPrivate}
|
isPrivate={isPrivate}
|
||||||
selectedGroup={selectedGroup}
|
selectedGroup={selectedGroup}
|
||||||
@ -2270,7 +2270,6 @@ export const Group = ({
|
|||||||
setGroupSection={setGroupSection}
|
setGroupSection={setGroupSection}
|
||||||
isForum={groupSection === 'forum'}
|
isForum={groupSection === 'forum'}
|
||||||
/>
|
/>
|
||||||
}
|
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
@ -2521,7 +2520,6 @@ export const Group = ({
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{
|
|
||||||
<AppsDesktop
|
<AppsDesktop
|
||||||
toggleSideViewGroups={toggleSideViewGroups}
|
toggleSideViewGroups={toggleSideViewGroups}
|
||||||
toggleSideViewDirects={toggleSideViewDirects}
|
toggleSideViewDirects={toggleSideViewDirects}
|
||||||
@ -2539,8 +2537,7 @@ export const Group = ({
|
|||||||
isApps={desktopViewMode === 'apps'}
|
isApps={desktopViewMode === 'apps'}
|
||||||
desktopViewMode={desktopViewMode}
|
desktopViewMode={desktopViewMode}
|
||||||
/>
|
/>
|
||||||
}
|
|
||||||
{
|
|
||||||
<AppsDevMode
|
<AppsDevMode
|
||||||
toggleSideViewGroups={toggleSideViewGroups}
|
toggleSideViewGroups={toggleSideViewGroups}
|
||||||
toggleSideViewDirects={toggleSideViewDirects}
|
toggleSideViewDirects={toggleSideViewDirects}
|
||||||
@ -2558,9 +2555,7 @@ export const Group = ({
|
|||||||
desktopViewMode={desktopViewMode}
|
desktopViewMode={desktopViewMode}
|
||||||
isApps={desktopViewMode === 'apps'}
|
isApps={desktopViewMode === 'apps'}
|
||||||
/>
|
/>
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
<HomeDesktop
|
<HomeDesktop
|
||||||
name={userInfo?.name}
|
name={userInfo?.name}
|
||||||
refreshHomeDataFunc={refreshHomeDataFunc}
|
refreshHomeDataFunc={refreshHomeDataFunc}
|
||||||
@ -2578,7 +2573,6 @@ export const Group = ({
|
|||||||
setDesktopViewMode={setDesktopViewMode}
|
setDesktopViewMode={setDesktopViewMode}
|
||||||
desktopViewMode={desktopViewMode}
|
desktopViewMode={desktopViewMode}
|
||||||
/>
|
/>
|
||||||
}
|
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<AuthenticatedContainerInnerRight
|
<AuthenticatedContainerInnerRight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user