Skip to content

Commit 7900fbf

Browse files
fix: JSX syntax error in search results closing tags
1 parent fabc71a commit 7900fbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/taskpane/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,8 @@ const App: React.FC = () => {
578578
</li>
579579
))}
580580
</ul>
581-
)}
581+
</>
582+
)}
582583
</div>
583584
</>
584585
)}

0 commit comments

Comments
 (0)