mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +00:00
Sort properties
This commit is contained in:
parent
06f0d45677
commit
5215e7ad5b
@ -524,12 +524,12 @@ export const AppsDesktop = ({
|
||||
}
|
||||
return (
|
||||
<AppViewerContainer
|
||||
key={tab?.tabId}
|
||||
hide={isNewTabWindow}
|
||||
isSelected={tab?.tabId === selectedTab?.tabId}
|
||||
app={tab}
|
||||
ref={iframeRefs.current[tab.tabId]}
|
||||
hide={isNewTabWindow}
|
||||
isDevMode={tab?.service ? false : true}
|
||||
isSelected={tab?.tabId === selectedTab?.tabId}
|
||||
key={tab?.tabId}
|
||||
ref={iframeRefs.current[tab.tabId]}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
@ -539,20 +539,20 @@ export const AppsDesktop = ({
|
||||
<Box
|
||||
sx={{
|
||||
display: 'flex',
|
||||
width: '100%',
|
||||
flexDirection: 'column',
|
||||
height: '100vh',
|
||||
overflow: 'auto',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<Spacer height="30px" />
|
||||
|
||||
<AppsHomeDesktop
|
||||
myName={myName}
|
||||
availableQapps={availableQapps}
|
||||
setMode={setMode}
|
||||
myApp={myApp}
|
||||
myName={myName}
|
||||
myWebsite={myWebsite}
|
||||
setMode={setMode}
|
||||
/>
|
||||
</Box>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user