Skip to content

Commit

Permalink
Merge branch 'master' of github.com:matecat/MateCat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Cassani committed Apr 29, 2021
2 parents ce7c4ce + 0fc9a91 commit 7be0516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class JobContainer extends React.Component {
let self = this
let label = ''
switch (revision_number) {
case null: {
case undefined: {
this.oldPassword = this.props.job.get('password')
label = 'Translate'
break
Expand Down

0 comments on commit 7be0516

Please sign in to comment.