Skip to content

Commit

Permalink
9.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Dec 27, 2023
1 parent be6f5db commit b40cf55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ var nano = new Vue({
twitter: item.twitter,
location: item.location,
mastodon: item.mastodon,
metadata: item.metadata,
github: item.github,
website: item.website,
website_button_only: item.website_button_only,
Expand Down Expand Up @@ -911,6 +912,7 @@ var nano = new Vue({
github: username[username.length - 1].github,
exchange_hot_wallet: username[username.length - 1].exchange_hot_wallet,
// website: username[username.length - 1].website,
metadata: username[username.length - 1].metadata,
twitter: username[username.length - 1].twitter,
location: username[username.length - 1].location,
mastodon: username[username.length - 1].mastodon,
Expand All @@ -928,7 +930,6 @@ var nano = new Vue({
for_sale: username[username.length - 1].for_sale,
goal_ui: username[username.length - 1].goal_ui,
donation_address: username[username.length - 1].donation_address,
metadata: username[username.length - 1].metadata,
yearDiff: this.getYearDifference(username[username.length - 1].created_unix, username[username.length - 1].expires_unix),
checkout: {
back: true,
Expand Down Expand Up @@ -1122,6 +1123,7 @@ var nano = new Vue({
twitter: suggestion.twitter,
location: suggestion.location,
mastodon: suggestion.mastodon,
metadata: suggestion.metadata,
discord: suggestion.discord,
calendly: suggestion.calendly,
nostr: suggestion.nostr,
Expand Down Expand Up @@ -1214,12 +1216,10 @@ var nano = new Vue({
github: suggestion.github,
exchange_hot_wallet: suggestion.exchange_hot_wallet,
website: suggestion.website,
location: suggestion.location,
for_sale: suggestion.for_sale,
goal_ui: suggestion.goal_ui,
donation_address: suggestion.donation_address,
metadata: suggestion.metadata,
// metadata: suggestion.metadata,
twitter: suggestion.twitter,
location: suggestion.location,
mastodon: suggestion.mastodon,
Expand Down

0 comments on commit b40cf55

Please sign in to comment.