Remove unneccessary line

This commit is contained in:
William Tran 2021-05-30 04:40:05 -04:00
parent 07a2909c81
commit 99d20e85ef
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ export function OrganizedContentDemo() {
function FakeLink({ url, children }: LinkProps) {
return (
<div
key={url}
onClick={() => {
const target = sections.findIndex((section) => section.url === url);