hide submission
This commit is contained in:
parent
49d886a6f2
commit
012d34ce92
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,7 @@ export default async function Home({
|
|||
</div>);
|
||||
})}
|
||||
</ConditionalNull>
|
||||
<ConditionalNull condition={started || content.length > 0}>
|
||||
<h1>Submissions</h1>
|
||||
{content.map(async (content:JSONContentTable) => {
|
||||
let contentOwner = await db
|
||||
|
@ -177,6 +178,7 @@ export default async function Home({
|
|||
<p>{content.description}</p>
|
||||
</div>);
|
||||
})}
|
||||
</ConditionalNull>
|
||||
<div className="navigation">
|
||||
<ConditionalNull condition={curPage < curDate}>
|
||||
<Link href={`?`}>Later</Link>
|
||||
|
|
Loading…
Reference in a new issue