Commit 8f7c77a0 authored by Justin Boyson's avatar Justin Boyson

Remove `error` from UI

Error is just a boolean and should never be displayed.
parent 2bd9fed6
......@@ -96,7 +96,7 @@ export default {
<td class="old_line diff-line-num"></td>
<td class="new_line diff-line-num"></td>
<td v-if="error" class="js-error-lazy-load-diff diff-loading-error-block">
{{ error }} Unable to load the diff
Unable to load the diff
<button
class="btn-link btn-link-retry btn-no-padding js-toggle-lazy-diff-retry-button"
@click="fetchDiff"
......
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