-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore/669-update-delegate-card #671
Conversation
…o chore/669-update-delegate-card
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - optional TODO to be added
@@ -41,6 +41,9 @@ export const DRepDashboardCard = ({ | |||
), | |||
}; | |||
|
|||
const navigateToDrepDirectory = () => | |||
navigate(PATHS.dashboardDRepDirectoryDRep.replace(":dRepId", dRepIDBech32)); | |||
|
|||
const cardProps: Partial<DashboardActionCardProps> = (() => { | |||
// transaction in progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That comment might be deleted in favor of renaming the inProgress
to isTransactionInProgress
if just the inProgress
is not clear - up to you
List of changes
Checklist