Skip to content

Commit

Permalink
fix: remove unrelated test-fast-refresh class change
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and wandbjake committed Dec 10, 2024
1 parent 30c288d commit 32d090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave-js/src/contextProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const ComputeGraphContextProviderFromClient: React.FC<{client: Client}> =
data-test-num-shadow-server-requests-counter={
GlobalCGEventTracker.shadowServerRequests
}
className={isLoading ? 'loading cg-executing test-fast-refresh' : ''}
className={isLoading ? 'loading cg-executing' : ''}
style={{height: '100%'}}>
<ClientContext.Provider value={context}>
{children}
Expand Down

0 comments on commit 32d090c

Please sign in to comment.