Skip to content

Commit

Permalink
khanhpv - remove description
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhpv5 committed May 16, 2024
1 parent f3605b0 commit 5e87fc4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function Component (props: Props): React.ReactElement<Props> {

<div className={'__middle-part'}>
<div className={'__website-name h5-text'}>{name}</div>
<div className={'__website-domain cdescription'}> {description !== null && 'Description: ' + description}</div>
{
!!limit && (
<div>Limit: {limit}</div>
Expand Down

0 comments on commit 5e87fc4

Please sign in to comment.