Skip to content
Snippets Groups Projects
Commit 36071e07 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: lint

parent 31314d4f
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ export class RouteStateTransformSvc {
const encodedVal = val.replace(trimStart, "")
const array = Uint8Array.from(window.atob(encodedVal), v => v.charCodeAt(0))
let returnVal: Partial<ViewerConfigState> = {}
const returnVal: Partial<ViewerConfigState> = {}
const panelModeVal = array[0]
if (panelModeVal === 1) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment