Skip to content

Commit b104184

Browse files
INQTRclaude
andcommitted
fix: remove unused import and escape apostrophe in SessionHistory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fc96af9 commit b104184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dashboard/SessionHistory.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import { formatDistanceToNow } from "date-fns";
4-
import { Users, Target, TrendingUp, Calendar, ArrowRight, Activity, Clock } from "lucide-react";
4+
import { Users, Target, TrendingUp, ArrowRight, Activity, Clock } from "lucide-react";
55
import Link from "next/link";
66
import { Badge } from "@/components/ui/badge";
77
import { Tooltip, TooltipContent, TooltipTrigger } from "@/components/ui/tooltip";
@@ -53,7 +53,7 @@ export function SessionHistory({ sessions, isLoading }: SessionHistoryProps) {
5353
</div>
5454
<h2 className="text-xl font-semibold mb-2">No active sessions</h2>
5555
<p className="text-sm text-muted-foreground max-w-sm mb-6">
56-
You haven't joined any planning rooms yet. Create or join a room to start estimating with your team.
56+
You haven&apos;t joined any planning rooms yet. Create or join a room to start estimating with your team.
5757
</p>
5858
</div>
5959
);

0 commit comments

Comments
 (0)