правки поехавшей разметки
This commit is contained in:
@@ -19,6 +19,7 @@ export function Recommendation() {
|
||||
.then((r) => setRecommendations(r.data))
|
||||
.catch((err) => addToast(err, 'danger'))
|
||||
.finally(() => setLoading(false));
|
||||
// eslint-disable-next-lint
|
||||
}, []);
|
||||
|
||||
function handleModal(item) {
|
||||
@@ -41,7 +42,7 @@ export function Recommendation() {
|
||||
return (
|
||||
<Container className="text-center">
|
||||
<h2 className="mt-3">Рекомендации</h2>
|
||||
<Row className='row-cols-auto'>
|
||||
<Row>
|
||||
{loading ?
|
||||
(
|
||||
// Отображаем 10 скелетонов
|
||||
|
||||
Reference in New Issue
Block a user