🐛 (transaction) init location to null
This commit is contained in:
@@ -20,5 +20,5 @@ export default interface ITransaction extends IModel {
|
||||
currencies: ICurrency[]
|
||||
exchange: IExchange | null
|
||||
tag: TransactionTag
|
||||
location?: ILocation
|
||||
location?: ILocation | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user