Satisfy formatter
This commit is contained in:
parent
4cd60da7b8
commit
6ec721d550
@ -56,7 +56,7 @@
|
||||
if (event.code === "Enter") {
|
||||
$search = displayedSearch;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
const year = i18n.tr(i18n.TR.STATISTICS_RANGE_1_YEAR_HISTORY);
|
||||
const deck = i18n.tr(i18n.TR.STATISTICS_RANGE_DECK);
|
||||
|
@ -14,9 +14,11 @@
|
||||
value: graphValue,
|
||||
} = useAsyncReactive(() => getGraphData($search, $days), [search, days]);
|
||||
|
||||
const { loading: prefsLoading, error: prefsError, value: prefsValue } = useAsync(
|
||||
() => getPreferences()
|
||||
);
|
||||
const {
|
||||
loading: prefsLoading,
|
||||
error: prefsError,
|
||||
value: prefsValue,
|
||||
} = useAsync(() => getPreferences());
|
||||
|
||||
$: revlogRange = daysToRevlogRange($days);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user