Skip to content

Commit

Permalink
Update topshot.comp.js (#20)
Browse files Browse the repository at this point in the history
* Update topshot.comp.js

* Update nav.comp.js
  • Loading branch information
rrrkren authored Jun 15, 2022
1 parent f4a2687 commit 67332d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/nav.comp.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const getTopshotOverview = async () => {
}
pub struct TopshotOverview {
pub let totalSupply: UInt64
pub let sets: [Set]
pub var sets: [Set]
init() {
self.totalSupply = TopShot.totalSupply
var setID = UInt32(1)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/topshot.comp.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const getTopShot = async () => {
pub struct TopShotData {
pub let totalSupply: UInt64
pub let plays: [TopShot.Play]
pub let sets: [Set]
pub var sets: [Set]
pub let currentSeries: UInt32
init() {
self.totalSupply = TopShot.totalSupply
Expand Down

0 comments on commit 67332d5

Please sign in to comment.