From c02528b77dfd2408bdabf3216e872d86c842a9cf Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 4 Oct 2022 21:24:34 +0200 Subject: webui: update most of dependencies --- webui/src/components/Content/BlockQuoteTag.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui/src') diff --git a/webui/src/components/Content/BlockQuoteTag.tsx b/webui/src/components/Content/BlockQuoteTag.tsx index ae6c34f4..dc270c1f 100644 --- a/webui/src/components/Content/BlockQuoteTag.tsx +++ b/webui/src/components/Content/BlockQuoteTag.tsx @@ -12,7 +12,7 @@ const useStyles = makeStyles((theme) => ({ }, })); -const BlockQuoteTag: React.FC> = (props) => { +const BlockQuoteTag: React.FC> = (props) => { const classes = useStyles(); return
; }; -- cgit