Skip to content

Commit 43318f5

Browse files
committed
Fix jupyter protection
1 parent 51702c0 commit 43318f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,9 +2113,9 @@ class App extends Component {
21132113
key: 'uploadkey',
21142114
type: 'upload'
21152115
})
2116+
showemptyjupyter = true
2117+
jupytersave = true
21162118
}
2117-
showemptyjupyter = true
2118-
jupytersave = true
21192119
}
21202120
if (this.state.decodedtoken.role.includes('audience')) {
21212121
joinlecture = true

0 commit comments

Comments
 (0)