diff options
author | crupest <crupest@outlook.com> | 2021-06-30 19:00:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-30 19:00:13 +0800 |
commit | bb7a017dba4c466eaf167627b3605cf539b1e516 (patch) | |
tree | 28f155729e8a96b184a42b2a19cbd448e0f7ab3f /FrontEnd/src/views/timeline-common | |
parent | 839daa0eac6fdbe84f45e8572e5ab07126b7d67c (diff) | |
download | timeline-bb7a017dba4c466eaf167627b3605cf539b1e516.tar.gz timeline-bb7a017dba4c466eaf167627b3605cf539b1e516.tar.bz2 timeline-bb7a017dba4c466eaf167627b3605cf539b1e516.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common')
-rw-r--r-- | FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx b/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx index f57fda2e..4802ca93 100644 --- a/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx +++ b/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx @@ -23,7 +23,7 @@ import FullPageDialog from "../common/dailog/FullPageDialog"; import Card from "../common/Card"; export interface TimelineCardTemplateProps extends TimelinePageCardProps { - infoArea: React.ReactElement; + infoArea: React.ReactNode; manageItems?: MenuItems; dialog: string | "property" | "member" | null; setDialog: (dialog: "property" | "member" | null) => void; |