mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
fix?: changelog is empty
This commit is contained in:
parent
285f084acb
commit
ff99b1db4c
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
import { Modal, Button, Accordion } from "flowbite-react";
|
||||
"use client";
|
||||
|
||||
import { Modal, Accordion } from "flowbite-react";
|
||||
import Markdown from "markdown-to-jsx";
|
||||
import { useEffect, useState } from "react";
|
||||
import Styles from "./ChangelogModal.module.css";
|
||||
|
@ -20,7 +22,7 @@ export const ChangelogModal = (props: {
|
|||
>({});
|
||||
|
||||
useEffect(() => {
|
||||
if (props.version) {
|
||||
if (props.version != "") {
|
||||
_fetchVersionChangelog(props.version).then((data) => {
|
||||
setCurrentVersionChangelog(data);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue