From 99d20e85ef932de322e9309067db8060ceff4730 Mon Sep 17 00:00:00 2001 From: William Tran Date: Sun, 30 May 2021 04:40:05 -0400 Subject: [PATCH] Remove unneccessary line --- components/playground.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/playground.tsx b/components/playground.tsx index 8bfabbd3..41f2de0b 100644 --- a/components/playground.tsx +++ b/components/playground.tsx @@ -209,7 +209,6 @@ export function OrganizedContentDemo() { function FakeLink({ url, children }: LinkProps) { return (
{ const target = sections.findIndex((section) => section.url === url);