Skip to content

Commit 4d07de5

Browse files
committed
more render dependencies
1 parent eb36020 commit 4d07de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/HomePage.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ function HomePage({ focusKey: focusKeyParam }) {
186186
</li>
187187
</ul>
188188
{/* <Themes onClick={onClickTheme} userfolder={userfolder} /> */}
189-
{themes && systems && (
189+
{themes && systems && theme && systems && userfolder && (
190190
<Themes themes={themes} onClick={onClickSetTheme} />
191191
)}
192-
{theme && systems && <Systems systems={systems} />}
193-
{currentSystem && (
192+
{theme && systems && userfolder && <Systems systems={systems} />}
193+
{theme && systems && userfolder && currentSystem && (
194194
<img
195195
className="global-background"
196196
src={`file://${userfolder}/emudeck/launcher/themes/${themeName}/backgrounds/${currentSystem}.jpg`}

0 commit comments

Comments
 (0)