Skip to content

Commit

Permalink
fix: console.log is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Dec 22, 2020
1 parent c7d0332 commit 4b4c4c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const IconContainer: React.FC<IIconContainerProps> = ({
iconComponent,
iconBackgroundColor = "#fcdab5",
}) => {
console.log("Icon Disable: ", iconDisable);
if (iconDisable) return null;
return (
<View style={[styles.iconContainer, iconStyle]}>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraboly/react-native-card",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fully customizable Card View for React Native.",
"keywords": [
"card-view",
Expand Down

0 comments on commit 4b4c4c5

Please sign in to comment.