mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-17 18:31:21 +00:00
Remove curly braces
This commit is contained in:
parent
cb3f0c7364
commit
72c4293bc9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user