Skip to content

Commit

Permalink
fix(commands): Fix empty command message
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Jan 22, 2021
1 parent 65e28cb commit 57f1973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
class="p-2 text-dark"
on:change="{update.bind(null, 'message')}"
style="min-width:50vw; min-height:250px"
>{command.message}</textarea>
>{command.message || ''}</textarea>
</div>
</div>
</Modal>

0 comments on commit 57f1973

Please sign in to comment.