mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 00:22:00 +00:00
lint
This commit is contained in:
@@ -29,9 +29,7 @@ const PluginView: FC = () => {
|
||||
<Focusable onCancelButton={closeActivePlugin}>
|
||||
<TitleView />
|
||||
<div style={{ height: '100%', paddingTop: '16px' }}>
|
||||
<ErrorBoundary>
|
||||
{(visible || activePlugin.alwaysRender) && activePlugin.content}
|
||||
</ErrorBoundary>
|
||||
<ErrorBoundary>{(visible || activePlugin.alwaysRender) && activePlugin.content}</ErrorBoundary>
|
||||
</div>
|
||||
</Focusable>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user