Skip to content

Commit

Permalink
fix sd button key duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Oct 28, 2024
1 parent 9b2d093 commit 6637301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/loadout/LoadoutsRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default memo(function LoadoutRow({
if (streamDeckDeepLink) {
actionButtons.push(
<a href={streamDeckDeepLink} target="_blank">
<button key="share" type="button" className="dim-button">
<button key="open-on-stream-deck" type="button" className="dim-button">
{t('Loadouts.OpenOnStreamDeck')}
</button>
</a>,
Expand Down

0 comments on commit 6637301

Please sign in to comment.