Skip to content

Commit

Permalink
Linted
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Nov 14, 2023
1 parent c724b11 commit 730f7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/CurationsFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const hasReachedEnd = ref(false)
const onLoadMore = debounce(async () => {
if (hasReachedEnd.value) { return }
const { curations, cursor: nextCursor } = await abc
.curations
.createdBy(props.address, cursor.value)
.curations
.createdBy(props.address, cursor.value)
curationFeed.value.push(...curations)
cursor.value = nextCursor
Expand Down

0 comments on commit 730f7b1

Please sign in to comment.