Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BDURON99 committed May 30, 2024
1 parent d65c069 commit 067b539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function App() {
<Description />
<CountryCards
countries={countriesData}
onSelectCountry={handleSelectCountry}
onSelectCountry={(country) => handleSelectCountry(country, true)}
/>
<div className="card-list">
{cardList.map((card, index) => {
Expand Down

0 comments on commit 067b539

Please sign in to comment.