fix: fixed the build

This commit is contained in:
Linkie Link 2023-11-22 15:54:44 +01:00
parent d414e38b88
commit ca9e608952
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

View File

@ -18,7 +18,7 @@ interface CommonSlice {
useMargin: boolean useMargin: boolean
useAutoRepay: boolean useAutoRepay: boolean
isOracleStale: boolean isOracleStale: boolean
currentAppSection: 'app' | 'hls' | 'stats' currentAppSection: string
} }
interface FocusComponent { interface FocusComponent {