Upgrade prettier
Summary: ohsopretty Reviewed By: fabiomassimo Differential Revision: D28930276 fbshipit-source-id: faaca8cc53c2fe42a8e010d5c1b1d79e89190858
This commit is contained in:
committed by
Facebook GitHub Bot
parent
25b7f88843
commit
edbb41b49b
@@ -116,8 +116,9 @@ export function devicePlugin(client: DevicePluginClient) {
|
||||
persist: 'logs',
|
||||
});
|
||||
const isPaused = createState(true);
|
||||
const tableManagerRef =
|
||||
createRef<undefined | DataTableManager<ExtendedLogEntry>>();
|
||||
const tableManagerRef = createRef<
|
||||
undefined | DataTableManager<ExtendedLogEntry>
|
||||
>();
|
||||
|
||||
client.onDeepLink((payload: unknown) => {
|
||||
if (typeof payload === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user