We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fa9f2 commit d58fff1Copy full SHA for d58fff1
src/discussions/post-comments/comments/comment/CommentHeader.jsx
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import PropTypes from 'prop-types';
3
4
-import { getConfig } from "@edx/frontend-platform";
+import { getConfig } from '@edx/frontend-platform';
5
import { Avatar } from '@openedx/paragon';
6
import classNames from 'classnames';
7
src/discussions/posts/post/PostHeader.jsx
@@ -1,6 +1,6 @@
import React, { useMemo } from 'react';
import { Avatar, Badge, Icon } from '@openedx/paragon';
import { Question } from '@openedx/paragon/icons';
0 commit comments