mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
spelling: accessible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@ export class FeaturesManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Detarmines the given feature name is accessiable.
|
||||
* Detarmines the given feature name is accessible.
|
||||
* @param {number} tenantId
|
||||
* @param {string} feature
|
||||
* @returns {Promise<void>}
|
||||
|
||||
@@ -33,7 +33,7 @@ export class FeaturesSettingsDriver {
|
||||
}
|
||||
|
||||
/**
|
||||
* Detarmines the given feature name is accessiable.
|
||||
* Detarmines the given feature name is accessible.
|
||||
* @param {number} tenantId
|
||||
* @param {string} feature
|
||||
* @returns {Promise<boolean|null|undefined>}
|
||||
|
||||
@@ -16,10 +16,10 @@ function InventoryItemDetailsHeaderDimensionsProvider({ ...props }) {
|
||||
// Features guard.
|
||||
const { featureCan } = useFeatureCan();
|
||||
|
||||
// Detarmines whether the warehouses feature is accessiable.
|
||||
// Detarmines whether the warehouses feature is accessible.
|
||||
const isWarehouseFeatureCan = featureCan(Features.Warehouses);
|
||||
|
||||
// Detarmines whether the branches feature is accessiable.
|
||||
// Detarmines whether the branches feature is accessible.
|
||||
const isBranchesFeatureCan = featureCan(Features.Branches);
|
||||
|
||||
// Fetches the warehouses list.
|
||||
|
||||
@@ -16,10 +16,10 @@ function InventoryValuationHeaderDimensionsProvider({ ...props }) {
|
||||
// Features guard.
|
||||
const { featureCan } = useFeatureCan();
|
||||
|
||||
// Detarmines whether the warehouses feature is accessiable.
|
||||
// Detarmines whether the warehouses feature is accessible.
|
||||
const isWarehouseFeatureCan = featureCan(Features.Warehouses);
|
||||
|
||||
// Detarmines whether the branches feature is accessiable.
|
||||
// Detarmines whether the branches feature is accessible.
|
||||
const isBranchFeatureCan = featureCan(Features.Branches);
|
||||
|
||||
// Fetches the warehouses list.
|
||||
|
||||
Reference in New Issue
Block a user