Skip to content
Snippets Groups Projects
Unverified Commit e1f466fb authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix javascript on moderation interface (#24933)

parent 224d458f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import { defineMessages } from 'react-intl';
import * as IntlMessageFormat from 'intl-messageformat';
import { timeAgoString } from '../mastodon/components/relative_timestamp';
import { delegate } from '@rails/ujs';
import * as emojify from '../mastodon/features/emoji/emoji';
import emojify from '../mastodon/features/emoji/emoji';
import { getLocale } from '../mastodon/locales';
import React from 'react';
import ReactDOM from 'react-dom';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment