Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-08-20 15:51:36 +02:00
parent 4d5de0041f
commit 7a2c77efa4
6 changed files with 4 additions and 6 deletions

View File

@ -7,4 +7,4 @@ const config = ({ env }) => ({
},
});
module.exports = config;
module.exports = config;

View File

@ -28,4 +28,4 @@ const main = async () => {
});
};
main();
main();

View File

@ -29,4 +29,4 @@ const getChanges = (version: string) => {
export {
parseChangelog,
getChanges,
};
};

View File

@ -64,7 +64,6 @@ const MediaModal: React.FC<IMediaModal> = (props) => {
const getStatus = useCallback(makeGetStatus(), []);
const status = useAppSelector((state) => getStatus(state, { id: statusId as string }));
console.log(statusId, status);
const [isLoaded, setIsLoaded] = useState<boolean>(!!status);
const [index, setIndex] = useState<number | null>(null);

View File

@ -27,7 +27,6 @@ const updateFrequentLanguages = (state: State, language: string) =>
const importSettings = (state: State, account: APIEntity) => {
account = fromJS(account);
console.log(account.toJS());
const prefs = account.getIn(['__meta', 'pleroma', 'settings_store', FE_NAME], ImmutableMap());
return state.merge(prefs) as State;
};

View File

@ -114,4 +114,4 @@ const config: Config = {
],
};
export { config as default };
export { config as default };