fix render issue
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import React, { useEffect, useState } from "react";
|
||||
import { useParams } from "react-router-dom";
|
||||
import {fetchWithCache} from "../utils/fetchWIthCache";
|
||||
import {fetchWithCache} from "../utils/fetchWithCache";
|
||||
|
||||
const MarkdownContent = () => {
|
||||
const { id } = useParams();
|
||||
|
||||
Reference in New Issue
Block a user