Skip to content

Commit

Permalink
refactor: remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
malkja committed Sep 6, 2024
1 parent f337847 commit 6ff1bb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/base/BaseButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ if (props.rounded === null && props.text !== '') _rounded = false;
if (props.rounded !== null) _rounded = props.rounded;
const classes = {};
const styles = '';
if (props.display === 'link') {
_iconPosition = 'right';
Expand Down

0 comments on commit 6ff1bb7

Please sign in to comment.