mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 08:11:17 +02:00
fix item length bug;
This commit is contained in:
@@ -168,7 +168,7 @@ export default function SavedItemPane({
|
|||||||
style="justify-content: space-between;"
|
style="justify-content: space-between;"
|
||||||
>
|
>
|
||||||
<h3>
|
<h3>
|
||||||
<Trans>My Library ({filteredItems.length})</Trans>
|
<Trans>My Library</Trans> ({filteredItems.length})
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user