[terms] fix unnecessary check for nouns.enabled

This commit is contained in:
Avris 2021-11-28 00:00:08 +01:00
parent 3f1633dbfc
commit 7b84fc9746
1 changed files with 4 additions and 6 deletions

View File

@ -97,13 +97,11 @@
</template> </template>
</Table> </Table>
<template v-if="config.nouns.submit">
<Separator icon="plus"/> <Separator icon="plus"/>
<div class="px-3"> <div class="px-3">
<TermsSubmitForm ref="form"/> <TermsSubmitForm ref="form"/>
</div> </div>
</template>
</Loading> </Loading>
</template> </template>