style: lint fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
This commit is contained in:
parent
8e71592d88
commit
7c027825cd
@ -74,11 +74,9 @@ export const SignPage = () => {
|
||||
* arrayBuffer will be received in navigation from create page in offline mode
|
||||
* meta will be received in navigation from create & home page in online mode
|
||||
*/
|
||||
const {
|
||||
meta: metaInNavState,
|
||||
arrayBuffer: decryptedArrayBuffer,
|
||||
uploadedZip
|
||||
} = location.state || {
|
||||
let metaInNavState = location.state.meta
|
||||
|
||||
const { arrayBuffer: decryptedArrayBuffer, uploadedZip } = location.state || {
|
||||
meta: undefined,
|
||||
arrayBuffer: undefined,
|
||||
uploadedZip: undefined
|
||||
|
Loading…
Reference in New Issue
Block a user