Skip to content
Snippets Groups Projects
Commit 07e5f953 authored by Tamás Szabó's avatar Tamás Szabó
Browse files

logout fix and lazyload added back

parent fc2dcf22
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ export const logout = () => (
async (dispatch) => {
const response = await axios.get('/api/v1/logout/');
if (response) {
dispatch({ action: LOGOUT });
dispatch({ type: LOGOUT });
}
}
);
......@@ -24,6 +24,7 @@ const settings = {
slidesToShow: 1,
slidesToScroll: 1,
centerMode: true,
lazyLoad: true,
};
const range = (count) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment