Optimize components
- Use class attribute over className - Code cleaning
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
$: {
|
||||
location = $currentLocation
|
||||
locationName = location ? location.location.name : 'World'
|
||||
locationName = location ? location.name : 'World'
|
||||
locationOf = location ? 'Of' : 'Of The'
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user