Skip to content

Commit 20de474

Browse files
committed
Merge branch 'main' of https://github.com/ensdomains/ens-app-v3 into network-switch
2 parents 74c848c + 0b5d60c commit 20de474

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/query/RainbowKitWithParaProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const rainbowKitTheme: Theme = {
2020
export const RainbowKitWithParaProvider = (props: RainbowKitProviderProps) => {
2121
const [paraData, setPara] = useState<Awaited<ReturnType<typeof loadPara>> | null>(null)
2222

23+
// Dynamically load para
2324
useEffect(() => {
2425
loadPara().then(setPara)
2526
}, [])

0 commit comments

Comments
 (0)