Don't run the response lenses if the body is the loading text

This commit is contained in:
Andrew Bastin
2020-06-22 04:31:55 -04:00
parent d31da4a0ec
commit a41b6be185

View File

@@ -952,7 +952,7 @@
/>
</li>
</ul>
<div v-if="response.body">
<div v-if="response.body && response.body !== $t('loading')">
<response-renderer :response="response" />
</div>
<!--