fix: archived accounts are in read only mode

This commit is contained in:
Julien Calixte
2019-08-23 11:31:19 +02:00
parent 6cb70d91ae
commit 9957603025
2 changed files with 2 additions and 1 deletions

View File

@@ -137,6 +137,7 @@
</transition-group>
</div>
<fab-button
v-if="!account.archive"
:to="{ name: 'transaction-new', params: { id: account._id } }"
:button-style="backgroundColor"
:margin="true"