Skip to content

Commit

Permalink
FIX: 배포중 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperRyou committed Aug 10, 2023
1 parent ca05ca2 commit e3a54e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/FormPage/isFormDeployed.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { FormPageProps } from 'fe-modules/models/FormPage/FormPage';

export default function isFormDeployed(props: FormPageProps) {
if (props.isDeployed === true) return true;

if (props.startDate === undefined || props.startDate === '') return false;
const nowDate = new Date();
const startDate = new Date(props.startDate);
Expand Down

0 comments on commit e3a54e4

Please sign in to comment.