We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e5ad5 commit 00a866fCopy full SHA for 00a866f
libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx
@@ -100,7 +100,6 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
100
<div className="col-lg-8 col-xl-5 col-sm-12 mb-4">
101
<HomeTabTitle />
102
{!(platform === appPlatformTypes.desktop) ? <HomeTabRecentWorkspaces plugin={plugin} /> : <HomeTabRecentWorkspacesElectron plugin={plugin} />}
103
- {/* {!(platform === appPlatformTypes.desktop) ? <HomeTabFile plugin={plugin} /> : <HomeTabFileElectron plugin={plugin}></HomeTabFileElectron>} */}
104
</div>
105
<div className="col-lg-4 col-xl-7 col-sm-12" style={{ overflowY: 'auto', maxHeight: '61vh' }}>
106
<HomeTabUpdates plugin={plugin} />
0 commit comments