Skip to content

Commit

Permalink
Spending widget
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed May 13, 2024
1 parent 8104ebb commit 72d2fbb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ export function SpendingCategoryList({ categories, period }) {
{categories.map(
({ slug, name, color, percentage, amount, currency }) => {
return (
<li key={category}>
<li key={slug}>
<HoverCard openDelay={10} closeDelay={10}>
<HoverCardTrigger asChild>
<Link
Expand Down

0 comments on commit 72d2fbb

Please sign in to comment.