Skip to content

Commit

Permalink
fix changelog list
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jan 23, 2025
1 parent ff53b0a commit 02bdaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/admin/AppChangelogEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function AppChangelogEditor({ appId }: AppChangelogEditorProps) {

return (
<div className="col">
<CardGrid>
<CardGrid className="w-full">
{data.changelog.map((item: any) => (
<CardRoot key={item.id}>
{item.imageUrl && (
Expand Down

0 comments on commit 02bdaca

Please sign in to comment.