Skip to content

Commit

Permalink
fix: Update expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneMoney authored Jan 15, 2024
1 parent 83b952f commit dd72d4e
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>2023/08/21 {/* TEMP DATE! Should add this to the event obj */}</div>
<div>2024/01/21 {/* TEMP DATE! Should add this to the event obj */}</div>
</SupplementaryText>
<FullWidthImage src={currentCountry.passportInner} />
</Passport>
Expand Down

0 comments on commit dd72d4e

Please sign in to comment.