clean(lme): remove modal subtitle text

This commit is contained in:
alireza 2026-08-26 10:58:29 +03:30
parent 1b9c37bcd3
commit 92a9c489fb
1 changed files with 1 additions and 3 deletions

View File

@ -557,9 +557,7 @@ export function LmeView() {
{selectedSymbol.field} {selectedSymbol.field}
</span> </span>
</div> </div>
<p className="text-xs text-muted-foreground mt-0.5">
نمودار کامل تاریخی {diagramData?.total_points ? `${diagramData.total_points.toLocaleString()} روز کاری ثبت‌شده` : "در حال بارگذاری..."}
</p>
</div> </div>
</div> </div>