Skip to content

Commit f95edfe

Browse files
committed
fix: remove the "back to the audit" button in TPRM table mode
1 parent 432a01f commit f95edfe

File tree

1 file changed

+0
-7
lines changed
  • frontend/src/routes/(app)/(third-party)/compliance-assessments/[id=uuid]/table-mode

1 file changed

+0
-7
lines changed

frontend/src/routes/(app)/(third-party)/compliance-assessments/[id=uuid]/table-mode/+page.svelte

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,6 @@
336336
<div
337337
class="sticky top-0 p-2 z-10 card bg-white items-center justify-evenly flex flex-row w-full"
338338
>
339-
<a
340-
href="/compliance-assessments/{complianceAssessment.id}"
341-
class="flex items-center space-x-2 text-primary-800 hover:text-primary-600"
342-
>
343-
<i class="fa-solid fa-arrow-left"></i>
344-
<p class="">{m.goBackToAudit()} {complianceAssessment.name}</p>
345-
</a>
346339
{#if !(questionnaireOnly ? hasQuestions : !hasQuestions)}
347340
<div class="flex items-center justify-center space-x-4">
348341
{#if questionnaireMode}

0 commit comments

Comments
 (0)