Skip to content

Commit

Permalink
fix: format
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 86336db commit d802ab3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ export const RecipesTab = ({
}: {
resource: Resource<EnvironmentProperties>;
}) => {
return (
<RecipeTable
environment={resource}
/>
);
return <RecipeTable environment={resource} />;
};

0 comments on commit d802ab3

Please sign in to comment.