Fix many eslint warnings
This commit is contained in:
parent
f7972afcd4
commit
b1bf5efd11
7 changed files with 46 additions and 39 deletions
|
|
@ -68,8 +68,6 @@ export type UILink = $ReadOnly<{|
|
|||
text: string,
|
||||
link: string,
|
||||
enableCondition?: (s: State) => boolean,
|
||||
|
||||
// TODO: check if both the following options are implemented
|
||||
icon?: Icon
|
||||
|}>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue