renamed loading error prop
This commit is contained in:
@@ -16,7 +16,7 @@ export default function LoadingError(props) {
|
||||
|
||||
<button
|
||||
className='btn btn-cta'
|
||||
onClick={props.onClick}
|
||||
onClick={props.handleClick}
|
||||
>
|
||||
Try again
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user