Fix the template page
This commit is contained in:
@@ -76,6 +76,7 @@ class CoreCubit extends Cubit<CoreState> {
|
||||
_transactionTemplatesStreamSubcription = watchTransactionTemplates(
|
||||
activeAccount!,
|
||||
).listen((_) async {
|
||||
print("UPDATE");
|
||||
emit(
|
||||
state.copyWith(
|
||||
transactionTemplates: await getTransactionTemplates(activeAccount!),
|
||||
|
||||
Reference in New Issue
Block a user