diff options
Diffstat (limited to 'vnext/src/components')
-rw-r--r-- | vnext/src/components/Settings.js | 2 |
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 |