Skip to content

Commit

Permalink
fix: getUpdateFormat logical frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Aug 12, 2024
1 parent fd0bdfa commit b8569f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion next/components/organisms/BdmTablePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export default function BdmTablePage({ id }) {
}
</Text>
}
{!resource?.updates?.[0] &&
{!resource?.updates?.[0]?.frequency &&
<Text
backgroundColor="#EEEEEE"
padding="2px 4px"
Expand Down
1 change: 1 addition & 0 deletions next/pages/api/tables/getBdmTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async function getBdmTable(id) {
node {
_id
latest
frequency
entity {
_id
slug
Expand Down

0 comments on commit b8569f7

Please sign in to comment.