diff --git a/lib/platform-bible-react/src/components/advanced/tab-navigation-content-search.component.tsx b/lib/platform-bible-react/src/components/advanced/tab-navigation-content-search.component.tsx index 4bb4aeccb5..13ae86bce8 100644 --- a/lib/platform-bible-react/src/components/advanced/tab-navigation-content-search.component.tsx +++ b/lib/platform-bible-react/src/components/advanced/tab-navigation-content-search.component.tsx @@ -25,9 +25,6 @@ export type TabNavigationContentSearchProps = { /** Optional title to include in the header */ headerTitle?: string; - - /** Optional flag to make the search bar appear full width */ - isSearchBarFullWidth?: boolean; }; export default function TabNavigationContentSearch({ @@ -35,14 +32,12 @@ export default function TabNavigationContentSearch({ onSearch, searchPlaceholder, headerTitle, - isSearchBarFullWidth = false, }: TabNavigationContentSearchProps) { return (