Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 10, 2024
1 parent b93224e commit 85a87fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ const attachTable = (

const typeTag = propDescriptor.tags?.type;

let type = (typeTag?.text?.[0]?.text ?? defaultType)
let type = typeTag?.text?.[0]?.text ?? defaultType;
if (typeof type === 'string') {
type = type.replace(/{|}/g, '');
}
Expand Down

0 comments on commit 85a87fc

Please sign in to comment.