Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Dec 12, 2024
1 parent 7ffb8c9 commit b5e0433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const SelfHostedLicenseExpiration = () => {

// This wrapper is just so we don't make a request to the API if we're not on a
// self-hosted instance, this is because we're useSuspenseQuery is not
// toggal'ble through a `enabled` field like useQuery
// toggle'ble through a `enabled` field like useQuery
function SelfHostedLicenseExpirationWrapper() {
const isSelfHosted = !!config.IS_SELF_HOSTED
const isDedicatedNamespace = !!config.IS_DEDICATED_NAMESPACE
Expand Down

0 comments on commit b5e0433

Please sign in to comment.