remove debug comment
This commit is contained in:
parent
f881f3b1c6
commit
c397297dfb
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ function PostEditor(props: Props) {
|
||||||
|
|
||||||
// Ready to edit content
|
// Ready to edit content
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// flow error
|
|
||||||
if (!ready && !loading && fileText && streamingUrl) {
|
if (!ready && !loading && fileText && streamingUrl) {
|
||||||
setReady(true);
|
setReady(true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue