Skip to content

Commit

Permalink
chore(papers-please): update expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
VodBox committed Nov 25, 2024
1 parent 597b598 commit 77f0d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/papers-please/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export function PapersPlease(props: ChannelProps) {
*/}
<div>{event.shortname.slice(0, 12)}</div>
<div>{event.beneficiaryShort}</div>
<div>2024/07/06 {/* TEMP DATE! Should add this to the event obj */}</div>
<div>2025/01/11 {/* TEMP DATE! Should add this to the event obj */}</div>
</SupplementaryText>
<FullWidthImage src={currentCountry.passportInner} />
</Passport>
Expand Down

0 comments on commit 77f0d60

Please sign in to comment.