Fix lint whitespace

This commit is contained in:
Paul Kaplan 2018-12-20 13:48:38 -05:00
parent 95658d06b8
commit dcb03a0526

View file

@ -40,7 +40,7 @@ if (`${process.env.SENTRY_DSN}` !== '') {
Sentry.init({ Sentry.init({
dsn: `${process.env.SENTRY_DSN}` dsn: `${process.env.SENTRY_DSN}`
}); });
window.Sentry = Sentry; // Allow GUI access to Sentry via window window.Sentry = Sentry; // Allow GUI access to Sentry via window
} }
class Preview extends React.Component { class Preview extends React.Component {