currency dialog fix

This commit is contained in:
julian 2022-11-02 17:47:38 -06:00
parent 9432ee89bf
commit 40a6e916f2

View file

@ -96,7 +96,7 @@ class _CurrencyDialog extends ConsumerState<CurrencyDialog> {
@override
Widget build(BuildContext context) {
current = ref
.watch(prefsChangeNotifierProvider.select((value) => value.language));
.watch(prefsChangeNotifierProvider.select((value) => value.currency));
currenciesWithoutSelected = ref
.watch(baseCurrenciesProvider.select((value) => value.map))