mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-30 14:57:51 +00:00
Remove curly braces
This commit is contained in:
parent
8d20f1a6db
commit
57202da103
@ -2521,7 +2521,6 @@ export const Group = ({
|
||||
</>
|
||||
)}
|
||||
|
||||
{
|
||||
<AppsDesktop
|
||||
toggleSideViewGroups={toggleSideViewGroups}
|
||||
toggleSideViewDirects={toggleSideViewDirects}
|
||||
@ -2539,8 +2538,7 @@ export const Group = ({
|
||||
isApps={desktopViewMode === 'apps'}
|
||||
desktopViewMode={desktopViewMode}
|
||||
/>
|
||||
}
|
||||
{
|
||||
|
||||
<AppsDevMode
|
||||
toggleSideViewGroups={toggleSideViewGroups}
|
||||
toggleSideViewDirects={toggleSideViewDirects}
|
||||
@ -2558,9 +2556,7 @@ export const Group = ({
|
||||
desktopViewMode={desktopViewMode}
|
||||
isApps={desktopViewMode === 'apps'}
|
||||
/>
|
||||
}
|
||||
|
||||
{
|
||||
<HomeDesktop
|
||||
name={userInfo?.name}
|
||||
refreshHomeDataFunc={refreshHomeDataFunc}
|
||||
@ -2578,7 +2574,6 @@ export const Group = ({
|
||||
setDesktopViewMode={setDesktopViewMode}
|
||||
desktopViewMode={desktopViewMode}
|
||||
/>
|
||||
}
|
||||
</Box>
|
||||
|
||||
<AuthenticatedContainerInnerRight
|
||||
|
Loading…
x
Reference in New Issue
Block a user