feat: allow filtering of k-space kills (#147)

This commit is contained in:
guarzo
2025-02-05 00:01:46 -07:00
committed by GitHub
parent 97f1808fb5
commit fc41573e70
4 changed files with 53 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ export const SystemKillsContent: React.FC<SystemKillsContentProps> = ({
<div
className={clsx(
'flex flex-col w-full text-stone-200 text-xs transition-all duration-300',
compact ? 'p-1' : 'p-1',
compact ? 'p-1' : 'p-1'
)}
>
{sortedKills.map(kill => {