Skip to content

Commit

Permalink
Merge pull request #84 from esc-chula/dev
Browse files Browse the repository at this point in the history
edit end fake date
  • Loading branch information
JomnoiZ committed Sep 14, 2024
2 parents b144755 + d2fd03d commit 245d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/home/home-profile-button.module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const HomeProfileButton: React.FC<ButtonProps> = props => {

const getButtonLabel = () => {
const nowDate = new Date()
const endFakeDate = new Date("September 15, 2024 00:00:00 GMT+07:00")
const endFakeDate = new Date("September 16, 2024 00:00:00 GMT+07:00")
if (isLoggedIn) {
const isNotSubmit = me.data?.applicationState === "DRAFT" || me.data?.applicationState === "NOT_FILLED"
if (state === ApplicationStatus.EARLY) {
Expand Down

0 comments on commit 245d868

Please sign in to comment.