fix
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 38s
Create and publish a Docker image / Deploy image (push) Has been skipped

This commit is contained in:
VITALY-VORON
2023-08-25 17:52:58 +03:00
parent 88067edac3
commit 3a008df66a
5 changed files with 22 additions and 4 deletions

View File

@ -12,6 +12,7 @@ const Start = (props) => {
flexWrap: 'wrap',
justifyContent: 'space-evenly',
height: '95vh',
overflow: 'hidden',
}}>
<span style={{
display: 'flex',

View File

@ -17,7 +17,6 @@ const Tinder = (props) => {
axios.get('https://easytravel.zetcraft.ru/v1/GetAllCards')
.then(response => {
setCardInfo(response.data);
console.log(cardInfo.length);
})
.catch(error => {