From 2e65361efaa1eb8939979c42b1dcee7b478bb281 Mon Sep 17 00:00:00 2001 From: eelkus01 <130937420+eelkus01@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:52:36 -0400 Subject: [PATCH] comment --- client/src/pages/ballotInfo/[candidate].tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/pages/ballotInfo/[candidate].tsx b/client/src/pages/ballotInfo/[candidate].tsx index 878887fa7..412ac890f 100644 --- a/client/src/pages/ballotInfo/[candidate].tsx +++ b/client/src/pages/ballotInfo/[candidate].tsx @@ -1,3 +1,8 @@ +/* Deeper candidate profiles that appear when their icon is clicked in the + * "What's on the Ballot" dropdown. Styles the entire deep profile page. Pulls + * data from strapi "Candidates" content. +*/ + import React, { use, useEffect, useState } from 'react'; import { useRouter } from 'next/router'; import { localCandidateAPI, deployedCandidateAPI } from '@/common';