Commit 71ed5a2 1 parent 2cf8339 commit 71ed5a2 Copy full SHA for 71ed5a2
File tree 1 file changed +11
-7
lines changed
src/components/widgets/TrainingMonitor/components/MultiTitle
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,17 @@ class MultiTitle extends React.Component {
117
117
/>
118
118
{
119
119
props . handlePublishModalServiceIndex ?
120
- < > < br />
121
- < a className = "btn btn-outline-secondary btn-publish-service"
122
- onClick = { props . handlePublishModalServiceIndex . bind ( this , props . serviceIndex ) }
123
- >
124
- < i
125
- className = { `publish-badge-${ parseInt ( props . serviceIndex ) % 8 } fas fa-plus` }
126
- /> </ a > </ >
120
+ < >
121
+ < br />
122
+ < button
123
+ className = "btn btn-outline-secondary btn-publish-service"
124
+ onClick = { props . handlePublishModalServiceIndex . bind ( this , props . serviceIndex ) }
125
+ >
126
+ < i
127
+ className = { `publish-badge-${ parseInt ( props . serviceIndex ) % 8 } fas fa-plus` }
128
+ />
129
+ </ button >
130
+ </ >
127
131
: null
128
132
}
129
133
</ >
You can’t perform that action at this time.
0 commit comments