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
|
* 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
|
* meta will be received in navigation from create & home page in online mode
|
||||||
*/
|
*/
|
||||||
const {
|
let metaInNavState = location.state.meta
|
||||||
meta: metaInNavState,
|
|
||||||
arrayBuffer: decryptedArrayBuffer,
|
const { arrayBuffer: decryptedArrayBuffer, uploadedZip } = location.state || {
|
||||||
uploadedZip
|
|
||||||
} = location.state || {
|
|
||||||
meta: undefined,
|
meta: undefined,
|
||||||
arrayBuffer: undefined,
|
arrayBuffer: undefined,
|
||||||
uploadedZip: undefined
|
uploadedZip: undefined
|
||||||
|
Loading…
Reference in New Issue
Block a user