Skip to content

Commit

Permalink
fix: remove redudant <Protected> part
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Oct 25, 2024
1 parent 54d8b50 commit 17946f4
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ const AtlasDataDictionaryContainer = ({ dataDictionaryVersion }) => {
}
return (
<div className='atlas-data-dictionary-container'>
<ProtectedContent
public
location={location}
history={history}
match={match}
component={() => <AtlasDataDictionaryLoading />}
/>
<AtlasDataDictionaryLoading />
</div>
);
};
Expand Down

0 comments on commit 17946f4

Please sign in to comment.