Skip to content

Commit 8dd02bc

Browse files
committed
Fix merge error
Signed-off-by: Geoff Wilson <[email protected]>
1 parent 1076c2a commit 8dd02bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/providers/Requesty.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const Requesty = ({
7979
balanceDisplay={
8080
apiConfiguration?.requestyApiKey && (
8181
<RequestyBalanceDisplay apiKey={apiConfiguration.requestyApiKey}
82-
baseUrl={apiConfiguration.requestyBaseUrl
82+
baseUrl={apiConfiguration.requestyBaseUrl}
8383
/>
8484
)
8585
}

0 commit comments

Comments
 (0)