apply strictnullchecks to src/components/views/beacon/* (#10272)
This commit is contained in:
@@ -23,11 +23,11 @@ import { sortBeaconsByLatestExpiry } from "./duration";
|
||||
|
||||
type LiveBeaconsState = {
|
||||
beacon?: Beacon;
|
||||
onStopSharing?: () => void;
|
||||
onResetLocationPublishError?: () => void;
|
||||
stoppingInProgress?: boolean;
|
||||
hasStopSharingError?: boolean;
|
||||
hasLocationPublishError?: boolean;
|
||||
onStopSharing: () => void;
|
||||
onResetLocationPublishError: () => void;
|
||||
stoppingInProgress: boolean;
|
||||
hasStopSharingError: boolean;
|
||||
hasLocationPublishError: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user