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
@@ -75,7 +75,7 @@ export default function Home() {
<LoadingError
message={errorMessage}
onClick={handleTryAgain}
handleClick={handleTryAgain}
/>
: <Loading />}