Skip to content

Commit

Permalink
[Upd #28] Remove not used prop
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Jun 6, 2022
1 parent 3c89212 commit 04c2b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Popup = ({item, group}) => {
:
"Not defined"}
</p>
{<ProgressBar width={350} progress={getTaskProgress()}/>}
{<ProgressBar progress={getTaskProgress()}/>}
</div>
</div>
)
Expand Down

0 comments on commit 04c2b82

Please sign in to comment.