Fix many eslint warnings

This commit is contained in:
uwap 2018-07-10 18:08:13 +02:00
parent f7972afcd4
commit b1bf5efd11
7 changed files with 46 additions and 39 deletions

View file

@ -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
|}>;