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