fix(ui) - assist reload remove click event params
This commit is contained in:
parent
76d9d41ed8
commit
acdd3596bc
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} className="cursor-pointer" />
|
||||
<ReloadButton loading={loading} onClick={() => props.fetchLiveList()} className="cursor-pointer" />
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue