Fix debug comment
This commit is contained in:
parent
dea4ac1fb3
commit
da48f005a3
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ export function Posts(): JSXElement {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Show when={!loading()} fallback={loadSpinner()}>
|
<Show when={!loading()} fallback={loadSpinner()}>
|
||||||
{/* <For each={posts()}>
|
<For each={posts()}>
|
||||||
{(post): JSXElement => <PostSegment post={post} />}
|
{(post): JSXElement => <PostSegment post={post} />}
|
||||||
</For> */}
|
</For>
|
||||||
</Show>
|
</Show>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue