Skip to content

Commit

Permalink
Merge pull request #1015 from internxt/feat/remove-banner
Browse files Browse the repository at this point in the history
[_] feat/remove data privacy banner
  • Loading branch information
xabg2 authored Feb 2, 2024
2 parents 1ab975b + f1b83df commit ab57ae4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/drive/components/DriveExplorer/DriveExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import { DriveTopBarItems } from './DriveTopBarItems';
import ItemDetailsDialog from '../ItemDetailsDialog/ItemDetailsDialog';
import DriveTopBarActions from './components/DriveTopBarActions';
import { AdvancedSharedItem } from '../../../share/types';
import BannerWrapper from 'app/banners/BannerWrapper';

const TRASH_PAGINATION_OFFSET = 50;
const UPLOAD_ITEMS_LIMIT = 1000;
Expand Down Expand Up @@ -596,7 +595,6 @@ const DriveExplorer = (props: DriveExplorerProps): JSX.Element => {
onClose={onCloseEditNameDialog}
/>
)}
<BannerWrapper />

<div className="z-0 flex h-full w-full max-w-full grow">
<div className="flex w-1 grow flex-col">
Expand Down

0 comments on commit ab57ae4

Please sign in to comment.