Skip to content

Commit

Permalink
Revert "test change in spotlight (will revert)"
Browse files Browse the repository at this point in the history
This reverts commit ff98343.
  • Loading branch information
macfarlandian committed Feb 6, 2021
1 parent 146723f commit 259ed32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spotlight-client/src/PageHome/PageHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const PageHome: React.FC<RouteComponentProps> = () => {
return (
<div>
<h1>Spotlight</h1>
<h2>home</h2>
<ul>
{TenantIdList.map((tenantId) => (
<li key={tenantId}>
Expand Down

0 comments on commit 259ed32

Please sign in to comment.