We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe6219 commit 5139f4aCopy full SHA for 5139f4a
src/App.tsx
@@ -22,7 +22,7 @@ const App = (props: any) => {
22
const query = queryString.parse(props.location.search);
23
if (query && query.tema) {
24
const tema = query.tema.toString();
25
- dispatch({ type: 'TEMA_SET', value: tema });
+ dispatch(setValgtTema(tema));
26
getTemaObject(tema)
27
.then(res => {
28
const ytelse = query.ytelse ? String(query.ytelse) : res.value;
0 commit comments