Skip to content

Commit e8776b4

Browse files
committed
test
1 parent ed4fcd8 commit e8776b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/write/ActiveEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ const ActiveEditor: React.FC<ActiveEditorProps> = () => {
7676
const post = safe(() => readPostForEdit.data!.post);
7777
useEffect(() => {
7878
if (!post) return;
79-
if (initialized.current) return;
8079
console.log('post.series', post.series);
80+
if (initialized.current) return;
8181
dispatch(
8282
prepareEdit({
8383
id: post.id,

0 commit comments

Comments
 (0)