ESLINT 3
This commit is contained in:
@ -142,8 +142,9 @@ function createReconcilationTransaction() {
|
||||
<TransactionRow
|
||||
v-for="transaction in dayTransactions"
|
||||
:key="transaction.ID"
|
||||
:transactionid="transaction.ID"
|
||||
:index="index"
|
||||
:transactionid="transaction.ID"
|
||||
:with-account="false"
|
||||
/>
|
||||
</template>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user