diff options
author | crupest <crupest@outlook.com> | 2020-12-31 21:10:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-31 21:10:17 +0800 |
commit | 00d9ff6051ff591ef44cc44d41afd1184297c1c9 (patch) | |
tree | d46a6568324a4c8b8d47c86aa586de5a264328d0 | |
parent | d9ac1c1d1d999b0e7719504ff5c3234915de8f06 (diff) | |
download | timeline-00d9ff6051ff591ef44cc44d41afd1184297c1c9.tar.gz timeline-00d9ff6051ff591ef44cc44d41afd1184297c1c9.tar.bz2 timeline-00d9ff6051ff591ef44cc44d41afd1184297c1c9.zip |
...
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelineCardTemplate.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelineCardTemplate.tsx b/FrontEnd/src/app/views/timeline-common/TimelineCardTemplate.tsx index b42b3aa3..ece1942f 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelineCardTemplate.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelineCardTemplate.tsx @@ -78,6 +78,7 @@ function TimelineCardTemplate({ } else { return ( <Dropdown.Item + key={index} onClick={item.onClick} className={ item.color != null ? "text-" + item.color : undefined |