Skip to content

Commit

Permalink
Merge pull request #890 from Dygmalab/fixMacroAddModifier
Browse files Browse the repository at this point in the history
fix: now adding modifiers works as expected
  • Loading branch information
alexpargon authored Sep 24, 2024
2 parents c9230ed + 8c894f6 commit b05a7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/modules/Macros/KeyMacro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const KeyMacro: React.FC<KeyMacroProps> = ({
variant="config"
size="sm"
className="w-full text-center"
onClick={() => addModifier(modifier.id, id)}
onClick={() => addModifier(item.id, id)}
// eslint-disable-next-line
key={`addModifierMacro-${id}`}
>
Expand Down

0 comments on commit b05a7e3

Please sign in to comment.