Skip to content

Commit

Permalink
fix: remove unnecessary id
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoontz-rewired authored and hiemanshu committed Sep 12, 2023
1 parent c698b7e commit 87f34ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/AdminCampaignList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ class AdminCampaignList extends React.Component {

{isAdmin ? (
<AdminCampaignListSpeedDial
id="adminCampaignListSpeedDial"
ariaLabel="Open create campaign actions"
style={theme.components.floatingButton}
onFocus={this.handleSpeedDialOnFocus}
Expand Down

0 comments on commit 87f34ca

Please sign in to comment.