Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Jun 28, 2024
1 parent 2e867bb commit 30a8a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ describe('PriorNotificationCard/utils.getHtmlContent()', () => {
<img id="logo_cnsp" src="logo_cnsp.jpg" alt="Logo CNSP"/>
</td>
<td>
<img id="logo_se_mer", src="logo_se_mer.jpg" alt="Logo Secretariat d'Etat chargé de la Mer et de la Biodiversité"/>
<img id="logo_se_mer" src="logo_se_mer.jpg" alt="Logo Secretariat d'Etat chargé de la Mer et de la Biodiversité"/>
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export const HTML_TEMPLATE = `
<p>PREAVIS - {purpose}</p>
<p>
{vesselName}
<img rel="preload" id="state_flag_icon" src="{flagStateFilePath}" />
{svg}
<img id="state_flag_icon" src="{flagStateFilePath}" />
</p>
</h1>
<ul id="vessel_ids_list">
Expand Down

0 comments on commit 30a8a9d

Please sign in to comment.