Skip to content

Commit d58fff1

Browse files
feat: add env variable to display image
1 parent d9fa9f2 commit d58fff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/discussions/post-comments/comments/comment/CommentHeader.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
33

4-
import { getConfig } from "@edx/frontend-platform";
4+
import { getConfig } from '@edx/frontend-platform';
55
import { Avatar } from '@openedx/paragon';
66
import classNames from 'classnames';
77

src/discussions/posts/post/PostHeader.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useMemo } from 'react';
22
import PropTypes from 'prop-types';
3-
import { getConfig } from "@edx/frontend-platform";
3+
import { getConfig } from '@edx/frontend-platform';
44
import { Avatar, Badge, Icon } from '@openedx/paragon';
55
import { Question } from '@openedx/paragon/icons';
66
import classNames from 'classnames';

0 commit comments

Comments
 (0)