aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-15 01:37:16 +0800
committercrupest <crupest@outlook.com>2023-08-15 01:37:16 +0800
commit3a54aa6171ad14854e877e1b4f320f808ed61811 (patch)
treecc474f40f4ba4962273a473fa602c5ec020b4262 /FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx
parent93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0 (diff)
downloadtimeline-3a54aa6171ad14854e877e1b4f320f808ed61811.tar.gz
timeline-3a54aa6171ad14854e877e1b4f320f808ed61811.tar.bz2
timeline-3a54aa6171ad14854e877e1b4f320f808ed61811.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx b/FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx
index 52b6c3d3..572a9119 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx
+++ b/FrontEnd/src/pages/timeline/TimelinePostCreateView.tsx
@@ -42,7 +42,7 @@ function TimelinePostEditText(props: TimelinePostEditTextProps) {
onChange={(event) => {
onChange(event.target.value);
}}
- className={className}
+ className={classNames("timeline-post-create-edit-text", className)}
/>
);
}