From 6c307c56e7c934cf5e6ded78668782fd7c17746a Mon Sep 17 00:00:00 2001 From: Sten Laane <21343173+StenAL@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:20:49 +0300 Subject: [PATCH] Client: display data from 2022 by default --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index a95e65b..15c9976 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -8,7 +8,7 @@ import "./style/App.css"; import { ActionType, DispatchContextProvider, reducer } from "./Reducer"; import { Column, ColumnId, FinancialData, IndexType, RenderedData, Stock } from "./types"; -export const DEFAULT_DATA_YEAR = 2021; +export const DEFAULT_DATA_YEAR = 2022; const COLUMN_IDS: ColumnId[] = [ "ticker", "name",