Skip to content

Commit

Permalink
Fix extra site name in edit modal (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic authored Oct 3, 2024
1 parent efb6f54 commit a6884b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const SiteModal = ({ open, handleClose, siteId }: Props) => {
<div className='mb-3'>
<label className='form-label text-capitalize' htmlFor='site-name'>
{t('analytics.site-modal.site-name')}
{site.siteName}
</label>
<input
className='form-control'
Expand Down

0 comments on commit a6884b4

Please sign in to comment.