Fix build

This commit is contained in:
Garrett Mills 2022-04-09 15:32:45 -05:00
parent c188487915
commit 18252912a9

View File

@ -66,7 +66,7 @@
</q-dialog>
<Statement
v-if="stmt"
v-on:edit="() => editStatement(stmt)"
v-on:edit="() => stmt ? editStatement(stmt) : {}"
:statement="stmt"
:evaluation="evaluation"
:render-version="renderVersion"