Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 1, 2024
1 parent b951a1c commit bdf6a4f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ const GardenerActions: FC<GardenerActionsProps> = ({ publication }) => {
};

interface ReportButtonProps {
config: {
subreason: string;
type: string;
}[];
config: { subreason: string; type: string }[];
icon: ReactNode;
label: string;
type: string;
Expand Down

1 comment on commit bdf6a4f

@vercel
Copy link

@vercel vercel bot commented on bdf6a4f Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
web-heyxyz.vercel.app
hey.xyz

Please sign in to comment.