Skip to content

Commit

Permalink
Update app.view.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylionheart authored Jul 11, 2024
1 parent 585a4a6 commit 2206f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace $.$$ {

@ $mol_mem_key
card_link( n: number ) {
let link = this.fetch_by_number( n )?.data[ 0 ]?.attributes?._gnome_material_id
const link = this.fetch_by_number( n )?.data[ 0 ]?.attributes?._gnome_material_id
return `https://optimade-gnome.odbx.science/v1/structures/data/gnome_data/by_id.zip/data/gnome_data/by_id/${link}.CIF`
}

Expand Down

0 comments on commit 2206f5d

Please sign in to comment.