Skip to content

Commit

Permalink
Improved: Refactor empty state condition to remove redundant parenthe…
Browse files Browse the repository at this point in the history
…ses(hotwax#726)
  • Loading branch information
R-Sourabh committed Jan 9, 2025
1 parent adda43b commit fc393e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LearnMoreModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ion-item>
</div>

<div class="empty-state" v-else-if="!(askResponse).text">
<div class="empty-state" v-else-if="!askResponse.text">
<ion-item lines="none">
<p>{{ translate("The job details is not generating, please try again later.") }}</p>
</ion-item>
Expand Down

0 comments on commit fc393e7

Please sign in to comment.