Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Apr 5, 2024
1 parent bdafa55 commit 40c3189
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions client/src/components/Common/SelfReportingError.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
({{ title }}) Error transcript:
</BLink>
<BCollapse id="collapse-previous" v-model="isExpanded">
<pre class="rounded code">{{ transcript }}</pre>
</BCollapse><br>
<BButton
id="dataset-error-submit"
variant="primary"
class="mt-3"
:disabled="disableSubmit"
@click="submit(dataset, currentUser?.email)">
<pre class="rounded code">{{ transcript }}</pre></BCollapse
><br />
<BButton
id="dataset-error-submit"
variant="primary"
class="mt-3"
:disabled="disableSubmit"
@click="submit(dataset, currentUser?.email)">
<FontAwesomeIcon icon="bug" class="mr-1" />Report
</BButton>
</div>
Expand Down Expand Up @@ -131,7 +131,7 @@ export default {
return !this.currentUser?.email || !isEmailActive;
},
title() {
return this.isExpanded ? `-` : `+`;
return this.isExpanded ? `-` : `+`;
},
},
methods: {
Expand Down

0 comments on commit 40c3189

Please sign in to comment.