chore: fixed formating
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
|
||||
<NumberChart
|
||||
class="border rounded-md"
|
||||
:config="{ title: __('Courses'), value: batch.data.courses?.length || 0 }"
|
||||
:config="{
|
||||
title: __('Courses'),
|
||||
value: batch.data.courses?.length || 0,
|
||||
}"
|
||||
/>
|
||||
|
||||
<NumberChart
|
||||
|
||||
Reference in New Issue
Block a user