diff --git a/src/types/interfaces/store/common.d.ts b/src/types/interfaces/store/common.d.ts index aefac7aa..7d50af44 100644 --- a/src/types/interfaces/store/common.d.ts +++ b/src/types/interfaces/store/common.d.ts @@ -18,7 +18,7 @@ interface CommonSlice { useMargin: boolean useAutoRepay: boolean isOracleStale: boolean - currentAppSection: 'app' | 'hls' | 'stats' + currentAppSection: string } interface FocusComponent {