Skip to content

Commit 1643fa7

Browse files
authored
fix: Remove remodel link from model navigation (#5665)
1 parent 4509b09 commit 1643fa7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • static/js/publisher/layouts/ModelDetailsPageLayout

static/js/publisher/layouts/ModelDetailsPageLayout/ModelNav.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ function ModelNav({ sectionName }: { sectionName: string }): React.JSX.Element {
2626
Policies
2727
</Link>
2828
</li>
29-
<li className="p-tabs__item">
30-
<Link
31-
to={`/admin/${id}/models/${modelId}/remodel`}
32-
className="p-tabs__link"
33-
aria-selected={sectionName === "remodel"}
34-
role="tab"
35-
>
36-
Remodel
37-
</Link>
38-
</li>
3929
</ul>
4030
</nav>
4131
);

0 commit comments

Comments
 (0)