chore: fix typos across the codebase (#402)

This commit is contained in:
a-kriya
2023-01-22 08:47:27 +05:30
committed by GitHub
parent 14db8da270
commit 6d9478f8f7
16 changed files with 66 additions and 66 deletions

View File

@ -381,7 +381,7 @@ const withFileControl = ({ forImage = false }: WithFileControlProps = {}) => {
if (isMultiple(internalValue)) {
return (
<FileLinks key="mulitple-file-links">
<FileLinks key="multiple-file-links">
<FileLinkList key="file-links-list">
{internalValue.map(val => (
<li key={val}>{renderFileLink(val)}</li>

View File

@ -36,7 +36,7 @@ const StyledMapControlContent = styled(
)<StyledMapControlContentProps>(
({ $collapsed, $height }) => `
display: flex;
postion: relative;
position: relative;
height: ${$height}
${
$collapsed