aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Settings.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-07-06 02:18:50 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit57882e8d8e651209158b7b14b75e6293d6fa24cb (patch)
treec66cff9569e13441f90c2ba87efceaf28fd819ac /vnext/src/components/Settings.js
parent378f97e112a10e648150379a56fdf25a7bd10ff0 (diff)
Fix eslint rules
Diffstat (limited to 'vnext/src/components/Settings.js')
-rw-r--r--vnext/src/components/Settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Settings.js b/vnext/src/components/Settings.js
index a97d4be9..6bd8729e 100644
--- a/vnext/src/components/Settings.js
+++ b/vnext/src/components/Settings.js
@@ -210,6 +210,6 @@ export default class Settings extends React.Component {
</fieldset>
</article>
- )
+ );
}
} \ No newline at end of file