Skip to content

Commit

Permalink
fix: remove extraneous comma in budget card (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 authored May 24, 2024
1 parent 957a425 commit 682bade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const BudgetActions = ({
description="Configure access button on the budget detail page overview"
/>
</Button>
</Link>,
</Link>
</div>
</div>
);
Expand Down

0 comments on commit 682bade

Please sign in to comment.