Skip to content

Conversation

@aleksandra04
Copy link

@aleksandra04 aleksandra04 commented Jan 14, 2020

Copy link

@vkryvytskyi vkryvytskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Отличное начало, идем дальше

import { ACTION_TYPES } from './actions';
import './styles/index.scss';

const comoseEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const comoseEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;

@vkryvytskyi
Copy link

image
Сделай так чтобы на мобильных телефонах инпут для ввода адреса не вылезал по ширине за границы контейнера с карточками ресторана

@vkryvytskyi
Copy link

image
И на iphone X/XS инпут вылезает за пределы страницы

@vkryvytskyi
Copy link

image
Добавь решетки на ссылки, чтобы при нажатии на них меня не выкидывало на 404 страницу

Copy link

@vkryvytskyi vkryvytskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хорошая работа, работаем дальше!

Comment on lines 14 to 17
<option
value={optionValue}
selected={value === optionValue}
>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

key?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants