Skip to content

Commit

Permalink
DEVPROD-6239: Edit host uptime schedule (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored May 9, 2024
1 parent 8d0eeac commit 9913df4
Show file tree
Hide file tree
Showing 32 changed files with 1,560 additions and 784 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`Snapshot Tests DayPicker.stories Default 1`] = `
<div>
<div
class="css-8cvf0s-Container emi64ys2"
data-cy="daypicker"
>
<label
class="css-1u74sbj-Circle emi64ys1"
Expand Down
2 changes: 1 addition & 1 deletion apps/spruce/src/components/DayPicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const DayPicker: React.FC<{
);

return (
<Container>
<Container data-cy="daypicker">
{days.map((day, i) => (
<Day
day={day}
Expand Down

This file was deleted.

Loading

0 comments on commit 9913df4

Please sign in to comment.