mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 18:41:35 +08:00
style: format code with prettier
This commit is contained in:
@@ -183,7 +183,10 @@ const UsageFooter: React.FC<UsageFooterProps> = ({
|
||||
|
||||
{/* 扩展字段 extra */}
|
||||
{firstUsage.extra && (
|
||||
<span className="text-gray-500 dark:text-gray-400 truncate max-w-[150px]" title={firstUsage.extra}>
|
||||
<span
|
||||
className="text-gray-500 dark:text-gray-400 truncate max-w-[150px]"
|
||||
title={firstUsage.extra}
|
||||
>
|
||||
{firstUsage.extra}
|
||||
</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user