Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ht6 #78

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Ht6 #78

wants to merge 12 commits into from

Conversation

alexti86
Copy link

@alexti86 alexti86 commented Dec 7, 2020

No description provided.

<BasketItem
product={product}
amount={amount}
<Link
Copy link
Owner

Choose a reason for hiding this comment

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

эту ссылку стоит немного глубже по разметке сделать - сейчас и кнопки +/- тоже получаются внутри ссылки

restaurantsSelector,
(restaurants) => {
const productList = {};
Object.keys(restaurants).map((restaurantId) =>
Copy link
Owner

Choose a reason for hiding this comment

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

для такого лучше использовать reduce

Reviews
</NavLink>
</div>
{defaultSection === 'menu' && <Menu menu={menu} restaurantId={id} />}
Copy link
Owner

Choose a reason for hiding this comment

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

тут можно < Route /> использовать

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