From b13bc55fc8f40f80fbfe5c3e3a1abde3246a00b5 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 13 Apr 2021 19:39:31 +0800 Subject: refactor: replace clsx with classnames. --- .../src/app/views/timeline-common/TimelinePageCardTemplate.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx') diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx index 56783e89..ad9b7ede 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx @@ -1,5 +1,5 @@ import React from "react"; -import clsx from "clsx"; +import classnames from "classnames"; import { useTranslation } from "react-i18next"; import { getHttpHighlightClient } from "@/http/highlight"; @@ -52,7 +52,7 @@ const TimelinePageCardTemplate: React.FC = ({
= ({ /> {user != null ? ( = ({ return ( <>
-- cgit v1.2.3