Skip to content

Commit

Permalink
Update Passport Expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneMoney authored and VodBox committed Jun 29, 2024
1 parent 25c2296 commit 7e58f39
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/01/21 {/* TEMP DATE! Should add this to the event obj */}</div>
<div>2024/07/06 {/* TEMP DATE! Should add this to the event obj */}</div>
</SupplementaryText>
<FullWidthImage src={currentCountry.passportInner} />
</Passport>
Expand Down

0 comments on commit 7e58f39

Please sign in to comment.