Skip to content
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

improving imported-validator-status #1915

Merged
merged 22 commits into from
Jun 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: resolve typo in keyRow
mabasian committed Jun 26, 2024
commit 4b47a168d3181c906b3f0b0c6f6c02ecec10e499
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ import { computed } from 'vue';
:style="{ color: getStatusColor }"
@mouseenter="
footerStore.cursorLocation = `${t('displayValidator.activeExpl', {
status: getKeyHanlingFooter,
status: getKeyHandlingFooter,
})}`
"
@mouseleave="footerStore.cursorLocation = ''"
@@ -234,7 +234,7 @@ const getKeyHandlingTime = computed(() => {
}
});

const getKeyHanlingFooter = computed(() => {
const getKeyHandlingFooter = computed(() => {
const item = props.item.status;
switch (item) {
case "active_online":