fix location showing
This commit is contained in:
@@ -16,7 +16,7 @@ export function App(props: PillProps) {
|
||||
<div class={style.Text}>
|
||||
<span class={style.Name}>{props.name}</span>
|
||||
<span class={style.Url}>{props.url.split('://')[1].split('/')[0]}</span>
|
||||
<Show when={appSettings.showLocations && location}>
|
||||
<Show when={appSettings.showLocations && props.location}>
|
||||
<span class={style.Url}>{props.location}</span>
|
||||
</Show>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user