Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/BU-Spark/pitne-voter-app int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
eelkus01 committed Jun 18, 2024
2 parents 47fd471 + de795d0 commit 6b8dccd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/pages/upcomingElections/electionDates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import react from 'react';
import { useState, useEffect } from 'react';
import ElectionCard from './electionCard';

interface ElectionDateAttributes {
ElectionDate: string;
}

interface ElectionDateObject {
attributes: ElectionDateAttributes;
attributes: {
ElectionDate: Date;
ElectionName: string;
}
}

// use this to map over the election dates from strapi
Expand Down

0 comments on commit 6b8dccd

Please sign in to comment.