16659: Removed not required semicolon
[arvados-workbench2.git] / src / views-components / current-token-dialog / current-token-dialog.tsx
index 467fc7c8410344fbe7bd55755ad15367f7c11d52..57b228f9391a3dad9c4b7a3578eeb967c01e2d32 100644 (file)
@@ -53,7 +53,7 @@ export class CurrentTokenDialogComponent extends React.Component<CurrentTokenPro
         `HISTIGNORE=$HISTIGNORE:'export ARVADOS_API_TOKEN=*'
     export ARVADOS_API_TOKEN=${currentToken}
     export ARVADOS_API_HOST=${apiHost}
-    unset ARVADOS_API_HOST_INSECURE`;
+    unset ARVADOS_API_HOST_INSECURE`
 
     render() {
         const { classes, open, closeDialog, ...data } = this.props;