Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastHawaii committed Mar 28, 2024
1 parent 6651fae commit b708c36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion de/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion en/main.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/client/attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ export const attributes: Attribute<{}>[] = [
tags["internet_access:fee"] !== "customers" &&
tags["internet_access:fee"] !== "yes") ||
(!!tags.wifi && tags.wifi !== "no"),
template: (local) =>
template: (local, tags) =>
template(
local.internet,
"fas fa-wifi",

[
tags["internet_access:ssid"],
tags[`internet_access:description:${local.code || "en"}`] ||
Expand Down

0 comments on commit b708c36

Please sign in to comment.