mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Fix lint whitespace
This commit is contained in:
parent
95658d06b8
commit
dcb03a0526
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if (`${process.env.SENTRY_DSN}` !== '') {
|
|||
Sentry.init({
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue