1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

#23 added superpowers ui tab

This commit is contained in:
Fedor Katurov 2021-03-19 17:00:26 +07:00
parent c939dcbce8
commit b1f019ebae
15 changed files with 162 additions and 42 deletions

View file

@ -12,7 +12,7 @@ type IProps = RouteComponentProps & {
type CellSize = 'small' | 'medium' | 'large';
const getTitleLetters = (title: string): string => {
const getTitleLetters = (title?: string): string => {
const words = (title && title.split(' ')) || [];
if (!words.length) return '';