Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit e69dc96

Browse files
author
Adam
committed
remove placeholder names
1 parent cf6f265 commit e69dc96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/UserList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const Container = styled.span`
1212
flex-direction: column;
1313
justify-content: center;
1414
background: #fff;
15+
min-width: 170px;
1516
`
1617

1718
interface IProps {

src/state/reducers/usersReducers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type IStateUsers = {
1414
}
1515

1616
const initialState: IStateUsers = {
17-
list: ['Adam', 'Johan', 'Aleksandra', 'Siret'],
17+
list: [],
1818
activeUser: 0,
1919
}
2020

0 commit comments

Comments
 (0)