This commit is contained in:
adueck 2022-10-11 15:25:05 +05:00
parent 1ef4037075
commit 4fbb55f27a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
? `Feedback will be sent as ${user.name}`
: `Feedback will be anonymous`}
</div>
<div>
<div className="d-flex flex-row">
{feedbackStatus === "sending" && <div className="mr-3">
<samp>sending...</samp>
</div>}