Skip to content

Commit

Permalink
omg jest passes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Mar 19, 2020
1 parent 06694d8 commit b36b4fb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 42 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const UserActionTree = React.memo(
const { comments, isLoadingIds, updateComment, addPostedComment } = useUpdateComment(
caseData.comments
);
// const currentUser = 'something';
const currentUser = useCurrentUser();
const [manageMarkdownEditIds, setManangeMardownEditIds] = useState<string[]>([]);

Expand Down

0 comments on commit b36b4fb

Please sign in to comment.