lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
81ffbc1e31
commit
c75451efaf
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
import type { PaginationParams } from './common';
|
|
||||||
import { UpdateInteractionPoliciesParams } from './settings';
|
import { UpdateInteractionPoliciesParams } from './settings';
|
||||||
|
|
||||||
|
import type { PaginationParams } from './common';
|
||||||
|
|
||||||
interface CreateStatusWithContent {
|
interface CreateStatusWithContent {
|
||||||
/** The text content of the status. If `media_ids` is provided, this becomes optional. Attaching a `poll` is optional while `status` is provided. */
|
/** The text content of the status. If `media_ids` is provided, this becomes optional. Attaching a `poll` is optional while `status` is provided. */
|
||||||
status: string;
|
status: string;
|
||||||
|
|
|
@ -37,7 +37,6 @@ type IMenuItem = {
|
||||||
action?: (event: React.MouseEvent) => void;
|
action?: (event: React.MouseEvent) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const getOtherAccounts = createSelector([
|
const getOtherAccounts = createSelector([
|
||||||
(state: RootState) => state.auth.users,
|
(state: RootState) => state.auth.users,
|
||||||
(state: RootState) => state.entities[Entities.ACCOUNTS]?.store,
|
(state: RootState) => state.entities[Entities.ACCOUNTS]?.store,
|
||||||
|
|
Loading…
Reference in a new issue