diff --git a/src/components/SettingsDrawer.tsx b/src/components/SettingsDrawer.tsx index 983cdf2d..b1d4b7bf 100644 --- a/src/components/SettingsDrawer.tsx +++ b/src/components/SettingsDrawer.tsx @@ -2,6 +2,7 @@ // Copyright (c) 2021 The Pybricks Authors import { + Button, Classes, Drawer, FormGroup, @@ -142,14 +143,16 @@ class SettingsDrawer extends React.PureComponent { - { onAbout(); return true; }} > {i18n.translate(SettingsStringId.HelpAboutLabel)} - +