Remove legacy consumer UI
This commit is contained in:
@@ -607,12 +607,6 @@ export default function ProjectDetailPage() {
|
||||
Keine Stromkreisliste vorhanden
|
||||
</span>
|
||||
)}
|
||||
<Link
|
||||
className="btn btn-sm btn-outline-secondary"
|
||||
href={`/projects/${projectId}/circuit-lists?boardId=${board.id}`}
|
||||
>
|
||||
Bisherige Ansicht
|
||||
</Link>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1124,11 +1118,6 @@ export default function ProjectDetailPage() {
|
||||
) : null}
|
||||
</section>
|
||||
|
||||
<div className="mt-4">
|
||||
<Link className="btn btn-primary" href={`/projects/${projectId}/circuit-lists`}>
|
||||
3 parallele Stromkreislisten öffnen
|
||||
</Link>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user