.
This commit is contained in:
parent
0cf801d3dc
commit
1735d4ef65
4 changed files with 15 additions and 7 deletions
|
@ -29,11 +29,11 @@ export default function Home() {
|
|||
<>
|
||||
<Title>Home</Title>
|
||||
|
||||
<Show when={continueWatching()}>
|
||||
<List label="Continue watching" items={continueWatching()}>
|
||||
<Show when={continueWatching()}>{
|
||||
entries => <List label="Continue watching" items={entries()}>
|
||||
{(item) => <ListItem entry={item()} />}
|
||||
</List>
|
||||
</Show>
|
||||
}</Show>
|
||||
|
||||
<Show when={highlight() && categories()}>
|
||||
<Overview highlight={highlight()!} categories={categories()!} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue