Linting fix in TypeScript interface
This commit is contained in:
parent
8d34767768
commit
925d434d53
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ import { replaceableComponent } from "../../../utils/replaceableComponent";
|
|||
|
||||
interface IProps {
|
||||
pending?: boolean;
|
||||
displayName?: string // required if pending is true
|
||||
displayName?: string; // required if pending is true
|
||||
device?: DeviceInfo;
|
||||
onDone: () => void;
|
||||
onCancel: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue