Skip to content

Commit 55413db

Browse files
committed
fix
1 parent 4fbf95b commit 55413db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VDiskInfo/VDiskInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export function VDiskInfo<T extends PreparedVDisk>({
213213
);
214214
}).filter(Boolean);
215215

216-
if (donorLinks.length > 0) {
216+
if (donorLinks.length) {
217217
rightColumn.push({
218218
label: vDiskInfoKeyset('donors'),
219219
value: (

0 commit comments

Comments
 (0)