Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrobertbrooks committed Aug 1, 2024
1 parent 945ca12 commit b3caaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/calendar/views/ListGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Events from "../Events";
type Props = {
data: Date[];
};

export const ListGrid = ({ data }: Props) => {
const today = getToday();

Expand Down

0 comments on commit b3caaac

Please sign in to comment.