Skip to content

Commit 3a82ed5

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

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

4-
import { getConfig } from '@edx/frontend-platform';
54
import { Avatar } from '@openedx/paragon';
65
import classNames from 'classnames';
76

7+
import { getConfig } from '@edx/frontend-platform';
8+
89
import { AvatarOutlineAndLabelColors } from '../../../../data/constants';
910
import { AuthorLabel } from '../../../common';
1011
import { useAlertBannerVisible } from '../../../data/hooks';

src/discussions/posts/post/PostHeader.jsx

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

8+
import { getConfig } from '@edx/frontend-platform';
89
import { useIntl } from '@edx/frontend-platform/i18n';
910

1011
import { AvatarOutlineAndLabelColors, ThreadType } from '../../../data/constants';

0 commit comments

Comments
 (0)