Skip to content

Commit

Permalink
Remove unneeded forceMount
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 20, 2024
1 parent 6539448 commit 0909c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/application/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ export const App = () => {
<Tabs.Content
className="flex flex-1 overflow-hidden"
value={Screens.Memory}
forceMount
>
<TabErrorBoundary remarks="Error on Memory tab:">
<MemoryInternals clientId={selectedClientId} />
Expand Down

0 comments on commit 0909c63

Please sign in to comment.