Skip to content

Commit 9a8554b

Browse files
committed
Remove comment
1 parent 2e86f50 commit 9a8554b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/ui/src/queries/useConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export function useConfig(client: v1.DockerDesktopClient) {
5252
newConfig: { [key: string]: any };
5353
}) => {
5454
try {
55-
// Use the ref which contains the pre-optimistic update state
5655
const updatedConfig = { ...((queryClient.getQueryData(["config"]) as Record<string, any>) ||
5756
{}), [itemName]: newConfig };
5857

0 commit comments

Comments
 (0)