build fix

This commit is contained in:
bniwredyc 2023-04-03 16:31:12 +02:00
parent 4feab7060c
commit 0d8c382015
2 changed files with 1 additions and 2 deletions

View File

@ -147,7 +147,7 @@ export const CommentsTree = (props: Props) => {
</ul>
</div>
<ul class={styles.comments}>
<For each={sortedComments().filter((r: Reaction) => !r.replyTo)}>
<For each={sortedComments().filter((r) => !r.replyTo)}>
{(reaction) => (
<Comment
sortedComments={sortedComments()}

View File

@ -2,7 +2,6 @@ import type { Accessor } from 'solid-js'
import { createRouter, createSearchParams } from '@nanostores/router'
import { isServer } from 'solid-js/web'
import { useStore } from '@nanostores/solid'
import { loadShoutPromise } from './zine/articles'
import { getPageLoadManagerPromise } from '../utils/pageLoadManager'
export const ROUTES = {