diff --git a/src/app/components/FetchApi.tsx b/src/app/components/FetchApi.tsx index 733d777..73b5f41 100644 --- a/src/app/components/FetchApi.tsx +++ b/src/app/components/FetchApi.tsx @@ -21,15 +21,11 @@ export const FetchApi = () => { > Fetch API -
Server time: {date}
- ) : ( -- Click the button to fetch the API -
- )} -Server time: {date}
+ ) : ( +Click the button to fetch the API
+ )} ); };