chore: fixed formating

This commit is contained in:
Jannat Patel
2025-05-26 12:32:34 +05:30
parent 9babfd150e
commit e25afc1ef7

View File

@@ -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