chore: add comment
This commit is contained in:
parent
ec5fca5d1b
commit
8dbab14c2e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const props = defineProps<{
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
let previewName = "";
|
let previewName = "";
|
||||||
|
// include the entire name if it's 3 chars or less, use the first char of the first 3 words otherwise
|
||||||
if (props.name.length > 3) {
|
if (props.name.length > 3) {
|
||||||
let guildName: string[] = props.name.split(' ')
|
let guildName: string[] = props.name.split(' ')
|
||||||
for (let i = 0; i < 3; i ++) {
|
for (let i = 0; i < 3; i ++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue