Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed May 24, 2024
1 parent d4ebd1c commit 669697d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function expandGroup(event: DataTableRowExpandEvent): Promise<void> {
</div>
<div class="col">
<h3>{{ t('views.projects.submissionStatus') }}</h3>
<AllSubmission :submissions="data.submissions" :group="data"/>
<AllSubmission :submissions="data.submissions" :group="data" />
</div>
</div>
</template>
Expand Down

0 comments on commit 669697d

Please sign in to comment.