Skip to content

Commit

Permalink
Update x-pack/plugins/index_management/public/application/sections/ho…
Browse files Browse the repository at this point in the history
…me/index_list/details_page/details_page.tsx

Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
  • Loading branch information
yuliacech and alisonelizabeth authored Sep 22, 2023
1 parent 15af942 commit 41debe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const getSelectedTabContent = ({
index?: Index | null;
indexName: string;
}) => {
// if there is no index data, the tab content won't be rendered, to it's safe to return null here
// if there is no index data, the tab content won't be rendered, so it's safe to return null here
if (!index) {
return null;
}
Expand Down

0 comments on commit 41debe7

Please sign in to comment.