Browse Source

:art: formatting

visuddhinanda 1 year ago
parent
commit
4e7d2cffaf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dashboard-v4/dashboard/src/components/article/ChapterToc.tsx

+ 0 - 1
dashboard-v4/dashboard/src/components/article/ChapterToc.tsx

@@ -18,7 +18,6 @@ const ChapterTocWidget = ({ book, para, onSelect, onData }: IWidget) => {
   const [loading, setLoading] = useState(true);
   useEffect(() => {
     let url = `/v2/chapter?view=toc&book=${book}&para=${para}`;
-
     setLoading(true);
     console.info("api request", url);
     get<IChapterTocListResponse>(url)