Skip to content

Commit

Permalink
button
Browse files Browse the repository at this point in the history
samiulislam09 committed Mar 2, 2022
1 parent 73ebc6b commit 6d775f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
@@ -32,7 +32,6 @@ const displayPhone = (data) => {
} else {
const cards = document.getElementById('cards');
cards.textContent = "";
document.getElementById('name-input').value = '';
document.getElementById('feature').textContent = '';
const allData = data.data;
const firstData = allData.slice(0, 20);

0 comments on commit 6d775f1

Please sign in to comment.