Skip to content

Commit

Permalink
fix: incorrect storages shown with table layout (close AlistGo/alist#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 26, 2024
1 parent 8671473 commit 750e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/manage/storages/Storages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Storages = () => {
</Tr>
</Thead>
<Tbody>
<For each={storages()}>
<For each={shownStorages()}>
{(storage) => (
<StorageListItem storage={storage} refresh={refresh} />
)}
Expand Down

0 comments on commit 750e778

Please sign in to comment.