Skip to content

Commit

Permalink
[FIX] [sebfox] PageLayout index error
Browse files Browse the repository at this point in the history
  • Loading branch information
SebFox2011 committed Oct 19, 2024
1 parent b0d7012 commit 73a8301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const PageLayout = ({
<div className="flex justify-end space-x-4">
{actions?.map((action, index) => (
<button
key={action.icon.name}
key={action.icon.displayName}
type="button"
className="transition-all hover:text-accent"
onClick={action.onClick}
Expand Down

0 comments on commit 73a8301

Please sign in to comment.