Skip to content

Commit 252684d

Browse files
committed
fix: change api key to react-app-graph-api-key
1 parent f18ffad commit 252684d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/hooks/queries/usePopulatedDisputeData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const usePopulatedDisputeData = (disputeID?: string, arbitrableAddress?:
6161
const initialContext = {
6262
disputeID: disputeID,
6363
arbitrable: arbitrableAddress,
64-
graphApiKey: import.meta.env.GRAPH_API_KEY,
64+
graphApiKey: import.meta.env.REACT_APP_GRAPH_API_KEY,
6565
externalDisputeID: externalDisputeID,
6666
};
6767

0 commit comments

Comments
 (0)