Skip to content

Commit

Permalink
trigger deploy and break tests (will revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Feb 8, 2021
1 parent 2db570f commit 24f4a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotlight-client/src/PageHome/PageHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import withRouteSync from "../withRouteSync";
const PageHome: React.FC<RouteComponentProps> = () => {
return (
<div>
<h1>Spotlight</h1>
<h1>Spotlight Home</h1>
<ul>
{TenantIdList.map((tenantId) => (
<li key={tenantId}>
Expand Down

0 comments on commit 24f4a87

Please sign in to comment.