Skip to content

Commit

Permalink
Lint files that had a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Aug 30, 2023
1 parent c2f77d9 commit 5daf658
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { QueryBundleRequest } from '@sage-bionetworks/synapse-types'
import React, { useEffect, useState } from 'react'
import { Box } from '@mui/system'
import SynapseClient from '../../synapse-client'
import { SynapseConstants, useSynapseContext } from '../../utils'
import { getFieldIndex } from '../../utils/functions/queryUtils'
import useGetQueryResultBundle from '../../synapse-queries/entity/useGetQueryResultBundle'
import { QueryBundleRequest } from '@sage-bionetworks/synapse-types'
import React, { useEffect, useState } from 'react'
import Carousel from '../Carousel/Carousel'
import { ProjectViewCard } from './ProjectViewCard'
import { ErrorBanner } from '../error/ErrorBanner'
import { Box } from '@mui/system'
import { ProjectViewCard } from './ProjectViewCard'

export type ProjectViewCarouselProps = {
entityId: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useQueryContext } from '../QueryContext'
import { useAtomValue } from 'jotai'
import { isLoadingNewBundleAtom, tableQueryDataAtom } from './QueryWrapper'
import { Box, LinearProgress, Typography } from '@mui/material'
import React from 'react'
import { useQueryContext } from '../QueryContext'
import { isLoadingNewBundleAtom, tableQueryDataAtom } from './QueryWrapper'

export default function QueryWrapperLoadingScreen() {
const { asyncJobStatus } = useQueryContext()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react'
import { useDeepCompareMemoize } from 'use-deep-compare-effect'
import CardContainer from '../CardContainer'
import SynapseTable, { SynapseTableProps } from '../SynapseTable'
import { CardConfiguration } from '../CardContainerLogic'
import LastUpdatedOn from './LastUpdatedOn'
import { useDeepCompareMemoize } from 'use-deep-compare-effect'
import QueryWrapperLoadingScreen from '../QueryWrapper/QueryWrapperLoadingScreen'
import LastUpdatedOn from './LastUpdatedOn'

export type FilterAndViewProps = {
tableConfiguration?: SynapseTableProps
Expand Down

0 comments on commit 5daf658

Please sign in to comment.