Cleanup warnings
This commit is contained in:
@@ -64,7 +64,7 @@ export function getSampleTimeBlocks(): Timeblock[] {
|
||||
export function getSampleReservations(): Reservation[] {
|
||||
const sampleData = [
|
||||
{
|
||||
id: 1,
|
||||
id: '1',
|
||||
user: 'John Smith',
|
||||
start: '7:00',
|
||||
end: '10:00',
|
||||
@@ -72,7 +72,7 @@ export function getSampleReservations(): Reservation[] {
|
||||
status: 'confirmed',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
id: '2',
|
||||
user: 'Bob Barker',
|
||||
start: '16:00',
|
||||
end: '19:00',
|
||||
@@ -80,7 +80,7 @@ export function getSampleReservations(): Reservation[] {
|
||||
status: 'confirmed',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
id: '3',
|
||||
user: 'Peter Parker',
|
||||
start: '7:00',
|
||||
end: '13:00',
|
||||
@@ -88,7 +88,7 @@ export function getSampleReservations(): Reservation[] {
|
||||
status: 'tentative',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
id: '4',
|
||||
user: 'Vince McMahon',
|
||||
start: '10:00',
|
||||
end: '13:00',
|
||||
@@ -96,7 +96,7 @@ export function getSampleReservations(): Reservation[] {
|
||||
status: 'pending',
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
id: '5',
|
||||
user: 'Heather Graham',
|
||||
start: '13:00',
|
||||
end: '19:00',
|
||||
@@ -104,7 +104,7 @@ export function getSampleReservations(): Reservation[] {
|
||||
status: 'confirmed',
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
id: '6',
|
||||
user: 'Lawrence Fishburne',
|
||||
start: '13:00',
|
||||
end: '16:00',
|
||||
|
||||
Reference in New Issue
Block a user