Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto committed Oct 24, 2024
1 parent 9b4a155 commit e4f84e6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ const isServer = typeof window === 'undefined'
*/
export const SuspendedProviderInitialization = ({
serverDataPromise,
}: Pick<
DevCycleClientContext,
'serverDataPromise'
>): React.ReactNode => {
}: Pick<DevCycleClientContext, 'serverDataPromise'>): React.ReactNode => {
const serverData = use(serverDataPromise)
const [previousContext, setPreviousContext] = useState<
DevCycleServerData | undefined
Expand Down

0 comments on commit e4f84e6

Please sign in to comment.