Skip to content

Commit

Permalink
πŸ› Fixed "nothing is here" everywhere
Browse files Browse the repository at this point in the history
Co-authored-by: Monta <[email protected]>
  • Loading branch information
MontaGhanmy and Monta authored Jul 24, 2024
1 parent 3e6228d commit 5b3d89b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export default memo(

<DndContext sensors={sensors} onDragEnd={handleDragEnd} onDragStart={handleDragStart}>
<div className="grow overflow-auto" ref={scrollViwer}>
{documents.length === 0 && !loading && (
{children.length === 0 && !loading && (
<div className="mt-4 text-center border-2 border-dashed rounded-md p-8">
<Subtitle className="block mb-2">
{Languages.t('scenes.app.drive.nothing')}
Expand Down

0 comments on commit 5b3d89b

Please sign in to comment.