Commit d57ae225 authored by Phil Hughes's avatar Phil Hughes

Removed else that was causing approvals to be duplicated

parent 13f3d606
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
// getMergeStatus replaces the MR widget with new, updated HTML, which means any persistent // getMergeStatus replaces the MR widget with new, updated HTML, which means any persistent
// event management gets clobbered. When the MR is approvable, MR status is already managed // event management gets clobbered. When the MR is approvable, MR status is already managed
// and breaks when the DOM is clobbered. // and breaks when the DOM is clobbered.
} else {
setTimeout(() => merge_request_widget.getMergeStatus(), 200); setTimeout(() => merge_request_widget.getMergeStatus(), 200);
} }
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment