new
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 53s
Create and publish a Docker image / Deploy image (push) Successful in 4s

This commit is contained in:
VITALY-VORON
2023-08-26 04:25:49 +03:00
parent 5728dd5f8c
commit 162eaf3362
4 changed files with 26 additions and 9 deletions

View File

@@ -32,7 +32,6 @@ const Tinder = (props) => {
return (
<div className='tinder-container'>
<h1>Card</h1>
<div className='card-container'>
{cardInfo.map((card) => (
<TinderCard
@@ -43,12 +42,11 @@ const Tinder = (props) => {
var unique = [...new Set(cardId)]
var uniqueIds = [...new Set(allIds)];
if(uniqueIds.length === cardInfo.length) {
route('/map');
route('/main');
console.log(unique);
}
}}
>
<div className='card'>
<div
className='card-content'