Skip to content
Snippets Groups Projects
Commit d4dd956a authored by Vetle Skaar's avatar Vetle Skaar
Browse files

Minor fix

parent 7d5d7b06
Branches
No related tags found
1 merge request!1Remove startview
...@@ -7,7 +7,7 @@ import InputLabel from '@mui/material/InputLabel'; ...@@ -7,7 +7,7 @@ import InputLabel from '@mui/material/InputLabel';
import OutlinedInput from '@mui/material/OutlinedInput'; import OutlinedInput from '@mui/material/OutlinedInput';
import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown'; import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown';
import KeyboardArrowUpIcon from '@mui/icons-material/KeyboardArrowUp'; import KeyboardArrowUpIcon from '@mui/icons-material/KeyboardArrowUp';
import "../style/App.css"; import "../style/SavedList.css";
import { ADD_FAVOURITE, ADD_VISITED, REMOVE_FAVOURITE, REMOVE_VISITED } from '../GraphQL/Mutations'; import { ADD_FAVOURITE, ADD_VISITED, REMOVE_FAVOURITE, REMOVE_VISITED } from '../GraphQL/Mutations';
export interface SavedListProps { export interface SavedListProps {
...@@ -70,7 +70,7 @@ const SavedList = () => { ...@@ -70,7 +70,7 @@ const SavedList = () => {
countryName: name countryName: name
} }
}}); }});
currentUser.visList = removeFavData; currentUser.visList = removeVisData;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment