Skip to content

Commit

Permalink
Fixes existing lint issue in the develop branch. (oppia#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
DubeySandeep authored Apr 17, 2019
1 parent 9d221c8 commit a5cdd33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ oppia.directive('stateTranslationEditor', [
if (oldWrittenTranslation === null || (
oldWrittenTranslation.html !== newWrittenTranslation.html || (
oldWrittenTranslation.needsUpdate !== (
newWrittenTranslation.needsUpdate)))) {
newWrittenTranslation.needsUpdate)))) {
var stateName = StateEditorService.getActiveStateName();
showMarkAudioAsNeedingUpdateModalIfRequired(
contentId, langaugeCode);
Expand Down

0 comments on commit a5cdd33

Please sign in to comment.