Loading Web/src/components/pages/Release.tsx +3 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,9 @@ export function Release() { > {author.name .split(' ') .map((word) => word[0].toUpperCase()) .map((word) => (word[0] || '').toUpperCase(), ) .slice(0, 2) .join('')} </Text> Loading Loading
Web/src/components/pages/Release.tsx +3 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,9 @@ export function Release() { > {author.name .split(' ') .map((word) => word[0].toUpperCase()) .map((word) => (word[0] || '').toUpperCase(), ) .slice(0, 2) .join('')} </Text> Loading