fix(#188): tunisia bugs fix #115

Merged
andrey.dekterev merged 1 commits from in-tunisia-fix into develop 3 years ago
  1. 2
      src/features/App/index.tsx
  2. 2
      src/features/Search/styled.tsx

@ -35,7 +35,7 @@ const Main = () => {
const queryClient = new QueryClient()
useEffect(() => {
readToken() && setIsToken(true)
if (userInfo) readToken() && setIsToken(true)
}, [userInfo])
// имеется действующий токен

@ -180,7 +180,7 @@ export const Results = styled.div`
background-color: ${({ theme }) => theme.colors.modalBackground};
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
border-radius: 2px;
z-index: 3;
z-index: 5;
${isMobileDevice
? css`
top: 33px;

Loading…
Cancel
Save