Skip to content

Commit 56890ea

Browse files
fix pr comment
1 parent 3930813 commit 56890ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

redisinsight/ui/src/components/database-list-modules/DatabaseListModules.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ const DatabaseListModules = React.memo((props: Props) => {
174174
anchorClassName={styles.anchorModuleTooltip}
175175
key={moduleName}
176176
>
177-
<>
178-
{Module(moduleName, abbreviation, icon, content)}
179-
</>
177+
{Module(moduleName, abbreviation, icon, content)}
180178
</EuiToolTip>
181179
)
182180
))

0 commit comments

Comments
 (0)