Skip to content

Commit 2bb2f83

Browse files
TCA-355 change comment
1 parent 162eb27 commit 2bb2f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/layouts/tc-integration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class TcIntegrationLayout extends Component<TcIntegrationLayoutProps> {
114114
}
115115

116116
externalLinkHandler = (event: MouseEvent) => {
117-
// prettier sucks
117+
// prettier is the worst
118118

119119
// if we're not clicking an anchor tag, there's nothing to do
120120
const eventTarget = event.target as HTMLElement;

0 commit comments

Comments
 (0)