Skip to content

Commit

Permalink
Refactor #2312 - Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandu committed Sep 21, 2021
1 parent 0304b7c commit ebaf519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dock/Dock.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class Dock extends Component {

return (
<div id={this.props.id} className={className} style={this.props.style}>
<div class="p-dock-list-container">
<div className="p-dock-list-container">
{list}
</div>
</div>
Expand Down

0 comments on commit ebaf519

Please sign in to comment.