Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/fluidd-core/fluidd into …
Browse files Browse the repository at this point in the history
…fluidd-core-develop
  • Loading branch information
HelgeKeck committed Aug 16, 2024
2 parents 95088b2 + 7ec4626 commit c103aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/widgets/macros/MacroBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export default class MacroBtn extends Mixins(StateMixin) {
const params = this.isMacroWithRawParam
? this.params.message.value.toString()
: Object.entries(this.params)
.filter(([key, param]) => key !== '' && param.value !== '')
.map(([key, param]) => `${key.toUpperCase()}${paramSeparator}${param.value}`)
.join(' ')
Expand Down

0 comments on commit c103aed

Please sign in to comment.