Skip to content

Commit

Permalink
2.0.1 //console.log(props);
Browse files Browse the repository at this point in the history
  • Loading branch information
KlosStepan committed Apr 3, 2023
1 parent 0fd8281 commit a9f0161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwnspinner",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple React/TypeScript spinner Pwnspinner for showing spinning wheel while fetching/loading stuff.",
"main": "dist/index.js",
"author": "Stepo",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Pwnspinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface PwnspinnerProps {
}

const Pwnspinner = (props: PwnspinnerProps = {}) => {
console.log(props);
//console.log(props);
const Styles = {
loadingSpinner: {
width: '30px',
Expand Down

0 comments on commit a9f0161

Please sign in to comment.