Updated group name conversion
This commit is contained in:
		@@ -28,8 +28,13 @@
 | 
			
		||||
      filterFn: `includesString`,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      accessorKey: "group.name",
 | 
			
		||||
      accessorKey: "group",
 | 
			
		||||
      header: () => $_('group'),
 | 
			
		||||
      cell: (info) => {
 | 
			
		||||
        const group = info.getValue();
 | 
			
		||||
        if(group.responseType === "RUNNERORGANIZATION"){return group.name}
 | 
			
		||||
        return `${group.parentGroup.name} > ${group.name}`
 | 
			
		||||
      },
 | 
			
		||||
      filterFn: `includesString`,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user