mirror of
https://github.com/chinchang/web-maker.git
synced 2025-03-21 11:09:43 +01:00
fix item length bug;
This commit is contained in:
parent
67fc7f93d9
commit
fd7637854d
@ -168,7 +168,7 @@ export default function SavedItemPane({
|
||||
style="justify-content: space-between;"
|
||||
>
|
||||
<h3>
|
||||
<Trans>My Library ({filteredItems.length})</Trans>
|
||||
<Trans>My Library</Trans> ({filteredItems.length})
|
||||
</h3>
|
||||
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user