Skip to content

Commit

Permalink
fix: remove obsoletetitle parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lechner <[email protected]>
  • Loading branch information
lechnerc77 committed Apr 26, 2024
1 parent e28fbd9 commit 86336db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ interface DisplayRecipe {

export const RecipeTable = ({
environment,
title,
}: {
environment: Resource<EnvironmentProperties>;
title?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const RecipesTab = ({
return (
<RecipeTable
environment={resource}
title={`Recipes for ${resource.name}`}
/>
);
};

0 comments on commit 86336db

Please sign in to comment.