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 (
|
||||
<Show when={!loading()} fallback={loadSpinner()}>
|
||||
{/* <For each={posts()}>
|
||||
<For each={posts()}>
|
||||
{(post): JSXElement => <PostSegment post={post} />}
|
||||
</For> */}
|
||||
</For>
|
||||
</Show>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue