- Fixed pagination not refreshing the data...
- Start creating single page of an Event
This commit is contained in:
@@ -2626,6 +2626,13 @@ export const tools = {
|
||||
return 'https://wa.me/' + mynum
|
||||
else
|
||||
return ''
|
||||
},
|
||||
|
||||
getHttpForTelegram(usertelegram) {
|
||||
if (usertelegram)
|
||||
return 'https://t.me/' + usertelegram
|
||||
else
|
||||
return ''
|
||||
}
|
||||
|
||||
// getLocale() {
|
||||
|
||||
Reference in New Issue
Block a user