update pay function

This commit is contained in:
2025-11-24 20:15:19 +08:00
parent e80d2cfcec
commit 83d7c19fed
2 changed files with 3 additions and 3 deletions

View File

@@ -463,7 +463,7 @@ const KLineChartModal: React.FC<KLineChartModalProps> = ({
</Text>
{data.length > 0 && (
<Text fontSize="xs" color="#666" fontStyle="italic">
{data.length}2
{data.length}1
</Text>
)}
</HStack>