diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-04-13 15:24:03 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-04-13 15:24:03 -0500 |
| commit | 6df6cbbb47d8b932a790ed9ef68dc8fac42ce0f4 (patch) | |
| tree | bdbc4b325e45794191859bbc5ae6ba10aa1555d8 /src/models/EventInfo.ts | |
| parent | 21f8621395532eb1d3a6e7fde217eb67ac9374fe (diff) | |
Style editor lists
Diffstat (limited to 'src/models/EventInfo.ts')
| -rw-r--r-- | src/models/EventInfo.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/EventInfo.ts b/src/models/EventInfo.ts index 4493162..962ec70 100644 --- a/src/models/EventInfo.ts +++ b/src/models/EventInfo.ts @@ -39,7 +39,7 @@ export default class EventInfo { get info() { if (this.days === '') { - return 'ONLINE'; + return 'WEB'; } return `${this.days} ${EventInfo.timeToStr(this.start)}-${EventInfo.timeToStr(this.end)}`; } |
