From abda12f63b9b0f7d298a0193eb155912770a97ef Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 15 Mar 2025 11:45:10 +0800 Subject: [PATCH] style: change double quotes to single quotes in ZoomControl.tsx --- lightrag_webui/src/components/graph/ZoomControl.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lightrag_webui/src/components/graph/ZoomControl.tsx b/lightrag_webui/src/components/graph/ZoomControl.tsx index 0aa55416..a0a41a08 100644 --- a/lightrag_webui/src/components/graph/ZoomControl.tsx +++ b/lightrag_webui/src/components/graph/ZoomControl.tsx @@ -3,7 +3,7 @@ import { useCallback } from 'react' import Button from '@/components/ui/Button' import { ZoomInIcon, ZoomOutIcon, FullscreenIcon } from 'lucide-react' import { controlButtonVariant } from '@/lib/constants' -import { useTranslation } from "react-i18next"; +import { useTranslation } from 'react-i18next'; /** * Component that provides zoom controls for the graph viewer. @@ -18,16 +18,16 @@ const ZoomControl = () => { return ( <> - -