We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4509b09 commit 8d3b056Copy full SHA for 8d3b056
1 file changed
static/js/publisher/layouts/ModelDetailsPageLayout/ModelNav.tsx
@@ -26,16 +26,6 @@ function ModelNav({ sectionName }: { sectionName: string }): React.JSX.Element {
26
Policies
27
</Link>
28
</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>
39
</ul>
40
</nav>
41
);
0 commit comments