Skip to content

Commit

Permalink
fix: no gauge id error (#4337)
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo authored Oct 12, 2023
1 parent f01c162 commit b18aedf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const canShowSyncAlert = computed(() => {
if (
isAffectedBy(PoolWarning.PoolProtocolFeeVulnWarning) ||
isAffectedBy(PoolWarning.CspPoolVulnWarning) ||
!gauge
!gauge?.gauge.id
) {
return false;
}
Expand Down

1 comment on commit b18aedf

@vercel
Copy link

@vercel vercel bot commented on b18aedf Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.