Skip to content

Commit fbe1c25

Browse files
committed
yes
1 parent 143e56a commit fbe1c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Filter/filter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ const stringifyFilter = (filterValue: FilterValues): string => {
124124
return result.trim();
125125
};
126126

127-
const BaseSkeleton: FC<SkeletonProps> = ({ children, ...skeltonProps }) => {
127+
const BaseSkeleton: FC<SkeletonProps> = ({ children, ...skeletonProps }) => {
128128
return (
129129
<Skeleton
130130
variant="rectangular"
131131
height={36}
132-
{...skeltonProps}
132+
{...skeletonProps}
133133
css={(theme) => ({
134134
backgroundColor: theme.palette.background.paperLight,
135135
borderRadius: "6px",

0 commit comments

Comments
 (0)