mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): remove link icon from silence comment
This commit is contained in:
committed by
Łukasz Mierzwa
parent
d9f7aa9467
commit
e43b658e52
@@ -1,7 +1,6 @@
|
||||
import type { FC } from "react";
|
||||
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||
import { faExternalLinkAlt } from "@fortawesome/free-solid-svg-icons/faExternalLinkAlt";
|
||||
import { faBellSlash } from "@fortawesome/free-solid-svg-icons/faBellSlash";
|
||||
|
||||
import type { APISilenceT } from "Models/APITypes";
|
||||
@@ -35,7 +34,6 @@ const SilenceComment: FC<{
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<FontAwesomeIcon className="me-2" icon={faExternalLinkAlt} />
|
||||
{silence.ticketID}
|
||||
</a>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user