We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf01367 commit 4163d16Copy full SHA for 4163d16
src/components/Connection.tsx
@@ -135,7 +135,6 @@ const Connection: React.FC<ConnectionProps> = ({
135
const increaseValue = () => {
136
if(currentValue < 10){
137
setCurrentValue(currentValue + 1);
138
- console.log(currentValue);
139
}
140
};
141
@@ -173,7 +172,6 @@ const Connection: React.FC<ConnectionProps> = ({
173
172
if(currentValue > 1){
174
setCurrentValue(currentValue - 1);
175
176
177
178
179
const toggleShowAllChannels = () => {
0 commit comments