1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

fix prettier

This commit is contained in:
slowbackspace 2019-03-04 15:48:35 +01:00
parent 99afc9fc78
commit 8f2f2d0bc7
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export type LogAction =
type: typeof LOG.CLOSE, type: typeof LOG.CLOSE,
} }
| { | {
type: typeof LOG.COPY_RESET, type: typeof LOG.COPY_RESET,
} }
| { | {
type: typeof LOG.COPY_SUCCESS, type: typeof LOG.COPY_SUCCESS,

View File

@ -5,4 +5,3 @@ export const CLOSE: 'log__close' = 'log__close';
export const ADD: 'log__add' = 'log__add'; export const ADD: 'log__add' = 'log__add';
export const COPY_SUCCESS: 'log__copy_success' = 'log__copy_success'; export const COPY_SUCCESS: 'log__copy_success' = 'log__copy_success';
export const COPY_RESET: 'log__copy_reset' = 'log__copy_reset'; export const COPY_RESET: 'log__copy_reset' = 'log__copy_reset';