Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Dec 11, 2024
1 parent 9f26d09 commit c50a1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/screens/clientSideIntegration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ function ClientSideIntegration() {
{(loadedData) => (
<>
<ClientSideCompletion
appIds={loadedData.appIds}
domainNames={loadedData.domainNames}
appIds={loadedData.appIds}
keyPairData={loadedData.keyPairs}
/>
<KeyPairsTable
Expand Down

0 comments on commit c50a1fd

Please sign in to comment.