Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Nov 23, 2023
1 parent 7b5821b commit 750174d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/studio/Project/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ const Project: React.FC = () => {
</Modal>
<div className={styles.upper}>
<div className="content-width">
{/* ignore it for now. studio would refactor later. */}
{/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */}
{/* @ts-ignore */}
<ProjectHeader project={project} />
<div className={styles.tabContainer}>
<Typography.Text onClick={() => setTab(DETAILS)} className={`${styles.tab} `} type={tabStyle(DETAILS)}>
Expand Down

0 comments on commit 750174d

Please sign in to comment.