renamed loading error prop

This commit is contained in:
StevanFreeborn
2022-06-29 09:25:10 -05:00
parent a81b004216
commit 33e38cf60c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export default function LoadingError(props) {
<button
className='btn btn-cta'
onClick={props.onClick}
onClick={props.handleClick}
>
Try again
</button>