Skip to content

Commit 62f4153

Browse files
authored
Merge pull request #98 from nickolay-grechkin/thjs-47-fix-expanded-post-actions
THJS 47 Fix bug with expanded post actions
2 parents 734f1d5 + 6b4b8bb commit 62f4153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/thread/components/expanded-post/expanded-post.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Post } from '~/libs/components/post/post.jsx';
55
import { Spinner } from '~/libs/components/spinner/spinner.jsx';
66
import { useCallback, useDispatch, useSelector } from '~/libs/hooks/hooks.js';
77
import { AddComment,Comment } from '~/pages/thread/components/components.js';
8-
import { actions as threadActionCreator } from '~/slices/thread/thread.slice.js';
8+
import { actions as threadActionCreator } from '~/slices/thread/thread.js';
99

1010
import { getSortedComments } from './libs/helpers/helpers.js';
1111

0 commit comments

Comments
 (0)