spelling: avatar

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 01:36:48 -04:00
parent e214b86a62
commit 2c9739ac91
5 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ import {
Classes,
} from '@blueprintjs/core';
import { Can, Icon, Money, If, AvaterCell } from '@/components';
import { Can, Icon, Money, If, AvatarCell } from '@/components';
import { VendorAction, AbilitySubject } from '@/constants/abilityOption';
import { safeCallback, firstLettersArgs } from '@/utils';
@@ -144,7 +144,7 @@ export function useVendorsTableColumns() {
{
id: 'avatar',
Header: '',
Cell: AvaterCell,
Cell: AvatarCell,
className: 'avatar',
width: 45,
disableResizing: true,