fix(ui) - button cursor pointer
This commit is contained in:
parent
db2b430733
commit
b190428780
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ interface Props {
|
|||
function LiveSessionReloadButton(props: Props) {
|
||||
const { loading } = props
|
||||
return (
|
||||
<ReloadButton loading={loading} onClick={props.fetchLiveList}/>
|
||||
<ReloadButton loading={loading} onClick={props.fetchLiveList} className="cursor-pointer" />
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue