Skip to content

Commit 92b5d25

Browse files
committed
StopTableRow: Show placeholder for standard prio icon
Show the nice placeholder dot for standard priority stops on the Stop Search result row.
1 parent 45be756 commit 92b5d25

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/stop-registry/components/StopTableRow/components/PriorityTd

1 file changed

+1
-1
lines changed

ui/src/components/stop-registry/components/StopTableRow/components/PriorityTd/PriorityIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function getColorAndIconClassNames(
1919
return `${baseClasses} text-light-grey icon-draft`;
2020

2121
default:
22-
return baseClasses;
22+
return `${baseClasses} text-light-grey icon-placeholder-dot`;
2323
}
2424
}
2525

0 commit comments

Comments
 (0)