mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 16:21:41 +00:00
update
This commit is contained in:
parent
8e76959779
commit
c132c7aac3
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z" /></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#84858D"><path d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z" /></svg>
|
||||
|
|
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 188 B |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@ interface IUiKitSelectWithButtonsProps extends IUiKitWrapperProps {
|
|||
className?: string;
|
||||
value: any;
|
||||
options: any[];
|
||||
reverse: boolean;
|
||||
reverse?: boolean;
|
||||
onChange: Function;
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ const Tempo = observer((): React.ReactElement => {
|
|||
const firstIndex = rows.length - 1;
|
||||
const firstPoint = rows[firstIndex];
|
||||
|
||||
const [filters, setFilters] = useState<any>({ week: firstPoint.week });
|
||||
const [filters, setFilters] = useState<any>({ user: 0, week: firstPoint.week });
|
||||
const user = filters.user
|
||||
? users[filters.user - 1]
|
||||
: '';
|
||||
|
|
Loading…
Reference in a new issue