Skip to content

Commit f5f3a4b

Browse files
committed
fix: comment
1 parent 64d8b66 commit f5f3a4b

File tree

3 files changed

+2
-83
lines changed

3 files changed

+2
-83
lines changed

src/containers/Storage/PDisk/PDisk.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export const PDisk = ({
5050
key={vdisk.StringifiedId}
5151
className={b('vdisks-item')}
5252
style={{
53+
// 1 is small enough for empty disks to be of the minimum width
54+
// but if all of them are empty, `flex-grow: 1` would size them evenly
5355
flexGrow: Number(vdisk.AllocatedSize) || 1,
5456
}}
5557
>

src/utils/hooks/usePopupAnchor.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/utils/hooks/usePopupOpenState.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)