mirror of
https://github.com/edufeed-org/polloer.git
synced 2025-12-07 23:34:31 +00:00
format
This commit is contained in:
parent
48d393d9bb
commit
2b5833fcff
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
<div class="main-layout mx-auto flex w-3/4 flex-col items-center justify-center">
|
||||
{#key $question?.pubkey}
|
||||
{#if $question}
|
||||
{#if $user && $question?.pubkey === $user?.pubkey && $showReactions === "false"}
|
||||
{#if $user && $question?.pubkey === $user?.pubkey && $showReactions === 'false'}
|
||||
<button class="btn btn-primary mb-4" onclick={() => startReactions($question)}
|
||||
>Reaktionen/Voting aktivieren</button
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue