diff options
author | crupest <crupest@outlook.com> | 2021-06-15 18:23:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 18:23:18 +0800 |
commit | b6afd5e8161126522bdfff876f5483fa97e94797 (patch) | |
tree | 1aab5ce94549f3f8b3fd1a31c84fb2dd8b6b2511 /FrontEnd/src | |
parent | bb10d1e469d6de9e9693cb4b39b34988f4a49b88 (diff) | |
download | timeline-b6afd5e8161126522bdfff876f5483fa97e94797.tar.gz timeline-b6afd5e8161126522bdfff876f5483fa97e94797.tar.bz2 timeline-b6afd5e8161126522bdfff876f5483fa97e94797.zip |
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r-- | FrontEnd/src/views/timeline-common/TimelinePostEdit.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePostEdit.tsx b/FrontEnd/src/views/timeline-common/TimelinePostEdit.tsx index 1f9f02a5..5f3f0345 100644 --- a/FrontEnd/src/views/timeline-common/TimelinePostEdit.tsx +++ b/FrontEnd/src/views/timeline-common/TimelinePostEdit.tsx @@ -138,7 +138,7 @@ const TimelinePostEdit: React.FC<TimelinePostEditProps> = (props) => { (kind === "text" && text.length !== 0) || (kind === "image" && image != null); - // eslint-disable-next-line srctypescript-eslint/no-non-null-assertion + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion const containerRef = React.useRef<HTMLDivElement>(null!); const notifyHeightChange = (): void => { |