Skip to content

Commit

Permalink
feat: add env variable to display image
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh committed Dec 10, 2024
1 parent d9fa9f2 commit d58fff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

Check failure on line 1 in src/discussions/post-comments/comments/comment/CommentHeader.jsx

View workflow job for this annotation

GitHub Actions / tests

Run autofix to sort these imports!
import PropTypes from 'prop-types';

import { getConfig } from "@edx/frontend-platform";
import { getConfig } from '@edx/frontend-platform';
import { Avatar } from '@openedx/paragon';
import classNames from 'classnames';

Expand Down
2 changes: 1 addition & 1 deletion src/discussions/posts/post/PostHeader.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useMemo } from 'react';

Check failure on line 1 in src/discussions/posts/post/PostHeader.jsx

View workflow job for this annotation

GitHub Actions / tests

Run autofix to sort these imports!
import PropTypes from 'prop-types';
import { getConfig } from "@edx/frontend-platform";
import { getConfig } from '@edx/frontend-platform';
import { Avatar, Badge, Icon } from '@openedx/paragon';
import { Question } from '@openedx/paragon/icons';
import classNames from 'classnames';
Expand Down

0 comments on commit d58fff1

Please sign in to comment.