fix: formatting files
This commit is contained in:
parent
1fa47a6c04
commit
bce69bcbe1
35 changed files with 113 additions and 114 deletions
|
|
@ -12,9 +12,9 @@ import { useIssues } from "hooks/store";
|
|||
|
||||
export const ModuleCalendarLayout: React.FC = observer(() => {
|
||||
const router = useRouter();
|
||||
const { workspaceSlug, projectId, moduleId } = router.query ;
|
||||
const { workspaceSlug, projectId, moduleId } = router.query;
|
||||
|
||||
const {issues} = useIssues(EIssuesStoreType.MODULE)
|
||||
const { issues } = useIssues(EIssuesStoreType.MODULE);
|
||||
|
||||
if (!moduleId) return null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue