Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
haydencleary committed Oct 10, 2024
1 parent 834d67d commit e708c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function ActivitySection({ projectId }: ActivitySectionProps) {
<div className="flex flex-col flex-wrap items-start justify-between gap-2 tablet:flex-row tablet:items-center">
<div className="flex flex-col items-start justify-start gap-2 tablet:flex-row tablet:items-center">
<Button onClick={() => open({ issueIds: [], githubUserIds: [] })}>Open reward flow</Button>
<Typo
<Typo
size={"xs"}
weight={"medium"}
variant={"heading"}
Expand Down

0 comments on commit e708c51

Please sign in to comment.