Skip to content

Commit

Permalink
fix published or dataCleaned Equipe de Dados
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Sep 19, 2023
1 parent 5d581d6 commit 8c0a02e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next/components/organisms/BdmTablePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export default function BdmTablePage({ id }) {
}

const PublishedOrDataCleanedBy = ({ resource }) => {
if(resource.firstName === "Ricardo" && resource.lastName === "Dahis") return <SectionText marginRight="4px !important">Equipe Dados</SectionText>

return (
<>
Expand Down

0 comments on commit 8c0a02e

Please sign in to comment.