Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Aug 31, 2023
1 parent be0f290 commit ed48843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/QuickWidget/QuickWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default class QuickWidget extends Component {
}

componentDidUpdate(prevProps){
console.log(prevProps.taskId !== this.props.taskId)
if(prevProps.taskId !== this.props.taskId){
if (this.scrollRef.current) {
this.scrollRef.current.scrollTop = 0;
Expand Down

0 comments on commit ed48843

Please sign in to comment.