pl-fe: lint

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-22 20:20:20 +01:00
parent f30fec0ded
commit d7c60e24c1
3 changed files with 0 additions and 3 deletions

View File

@ -118,7 +118,6 @@ const blockAccountSuccess = (relationship: Relationship, statuses: Record<string
statuses,
});
const muteAccount = (accountId: string, notifications?: boolean, duration = 0) =>
(dispatch: AppDispatch, getState: () => RootState) => {
if (!isLoggedIn(getState)) return null;

View File

@ -276,7 +276,6 @@ const removeFromListSuccess = (listId: string, accountId: string) => ({
accountId,
});
const resetListAdder = () => ({
type: LIST_ADDER_RESET,
});

View File

@ -73,7 +73,6 @@ const updateNotifications = (notification: BaseNotification) =>
statuses: [getNotificationStatus(notification) as any],
}));
if (showInColumn) {
const normalizedNotification = normalizeNotification(notification);