Rename modal -> modals

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-02-02 14:33:12 +01:00
parent e0f0370579
commit a041a4452b
49 changed files with 53 additions and 53 deletions

View File

@@ -12,7 +12,7 @@ import {
blockAccount,
unblockAccount,
} from 'soapbox/actions/accounts';
import { openModal } from 'soapbox/actions/modal';
import { openModal } from 'soapbox/actions/modals';
import Button from 'soapbox/components/button';
import Icon from 'soapbox/components/icon';
import { getFeatures } from 'soapbox/utils/features';