mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
fix prettier
This commit is contained in:
parent
99afc9fc78
commit
8f2f2d0bc7
@ -14,7 +14,7 @@ export type LogAction =
|
||||
type: typeof LOG.CLOSE,
|
||||
}
|
||||
| {
|
||||
type: typeof LOG.COPY_RESET,
|
||||
type: typeof LOG.COPY_RESET,
|
||||
}
|
||||
| {
|
||||
type: typeof LOG.COPY_SUCCESS,
|
||||
|
@ -5,4 +5,3 @@ export const CLOSE: 'log__close' = 'log__close';
|
||||
export const ADD: 'log__add' = 'log__add';
|
||||
export const COPY_SUCCESS: 'log__copy_success' = 'log__copy_success';
|
||||
export const COPY_RESET: 'log__copy_reset' = 'log__copy_reset';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user