File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/features/Events/factories Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @linode/manager " : Tech Stories
3+ ---
4+
5+ Code clean up for firewall add event factory ([ #13211 ] ( https://github.com/linode/manager/pull/13211 ) )
Original file line number Diff line number Diff line change @@ -69,10 +69,8 @@ export const firewall: PartialEventMap<'firewall'> = {
6969 firewall_device_add : {
7070 notification : ( e ) => {
7171 if ( e . secondary_entity ?. type ) {
72- // TODO - Linode Interfaces [M3-10447] - clean this up when API ticket [VPC-3359] is completed
7372 const secondaryEntityName =
74- formattedTypes [ e . secondary_entity . type as FirewallDeviceEntityType ] ??
75- 'Linode Interface' ;
73+ formattedTypes [ e . secondary_entity . type as FirewallDeviceEntityType ] ;
7674 return (
7775 < >
7876 { secondaryEntityName } < EventLink event = { e } to = "secondaryEntity" /> { ' ' }
You can’t perform that action at this time.
0 commit comments