Skip to content

Commit

Permalink
fix: tag can be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Oct 10, 2023
1 parent ab309c2 commit d453da4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const SidebarFooterWatermark = (): ReactElement | null => {
{t('Powered_by_RocketChat')}
</Box>
<Box fontScale='micro' color='pure-white' pbe={4}>
{planTag.name}
{planTag?.name}
</Box>
</Box>
</Box>
Expand Down

0 comments on commit d453da4

Please sign in to comment.