Skip to content

Commit 0b5d60c

Browse files
Merge pull request #972 from ensdomains/para-preview
Update para
2 parents ac7b951 + 037881a commit 0b5d60c

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)