Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Dec 10, 2024
1 parent 2049e6a commit 1756f7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/components/layout/sidebar/notice-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type { loader } from "~/routes/_layout+/_layout";
export const SidebarNoticeCard = () => {
const { hideNoticeCard } = useLoaderData<typeof loader>();
const fetcher = useFetcher();
console.log("hideNoticeCard", hideNoticeCard);

let optimisticHideNoticeCard = hideNoticeCard;
if (fetcher.formData) {
Expand Down
2 changes: 1 addition & 1 deletion app/components/layout/sidebar/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ const SidebarMenu = forwardRef<HTMLUListElement, React.ComponentProps<"ul">>(
<ul
ref={ref}
data-sidebar="menu"
className={tw("flex w-full min-w-0 flex-col gap-1", className)}
className={tw("flex w-full min-w-0 flex-col ", className)}
{...props}
/>
)
Expand Down

0 comments on commit 1756f7b

Please sign in to comment.