Skip to content

Commit 323c445

Browse files
fixed
1 parent 552cc96 commit 323c445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layouts/stacks/Stacks/List/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const List: React.FC<Props> = ({
144144
loading={
145145
expendedRow.length > 0
146146
? false
147-
: filter[0].value || !stackComponentId
147+
: filter[0]?.value || !stackComponentId
148148
? fetching
149149
: fetchingForStacksFroComponents
150150
}

0 commit comments

Comments
 (0)