Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 28, 2024
1 parent 34754b9 commit 74e74f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bootstrap5-i18n-demo/src/examples/slickgrid/Example21.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,6 @@ export default class Example21 extends React.Component<Props, State> {
return mockedDataset;
}

generatePhoneNumber() {
let phone = '';
for (let i = 0; i < 10; i++) {
phone += Math.round(Math.random() * 9) + '';
}
return phone;
}

//
// -- if any of the Search form input changes, we'll call the updateFilter() method
//
Expand Down

0 comments on commit 74e74f1

Please sign in to comment.