Skip to content

Commit

Permalink
Apply Prettier Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi authored and github-actions[bot] committed Dec 12, 2024
1 parent f3c388f commit 852c782
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/clubs/[id]/members/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function generateMetadata({ params }, parent) {
GET_CLUB,
{
clubInput: { cid: id },
}
},
);

club = fetchedClub;
Expand Down
2 changes: 1 addition & 1 deletion src/app/clubs/[id]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function generateMetadata({ params }) {
GET_CLUB,
{
clubInput: { cid: id },
}
},
);

club = fetchedClub;
Expand Down
2 changes: 1 addition & 1 deletion src/app/student-bodies/[id]/members/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function generateMetadata({ params }) {
GET_CLUB,
{
clubInput: { cid: id },
}
},
);

club = fetchedClub;
Expand Down
2 changes: 1 addition & 1 deletion src/app/student-bodies/[id]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function generateMetadata({ params }) {
GET_CLUB,
{
clubInput: { cid: id },
}
},
);

club = fetchedClub;
Expand Down

0 comments on commit 852c782

Please sign in to comment.