DevClad-Inc / devclad

Found warning comments in code JS-0099
Documentation
Minor
a year agoa year old
Unexpected 'todo' comment: 'todo: add reschedule request modal'.
 51				/>
 52			</div>
 53			<div>
 54				{/* todo: add reschedule request modal */} 55				{!isPast && (
 56					<div className="-mt-px flex divide-x divide-neutral-800">
 57						<div className="flex w-0 flex-1">
Unexpected 'todo' comment: 'TODO: add GITHUB'.
268               dark:border-neutral-800 dark:border-l-orange-200 dark:text-neutral-200 sm:ml-24"
269							>
270								<div className="flex flex-col">
271									{/* TODO: add GITHUB */}272									<div className="bg-darkBG space-y-2">
273										{!profile.website && (
274											<button
Unexpected 'todo' comment: 'TODO: add GITHUB'.
250							</div>
251
252							<div className="flex flex-col space-y-2 rounded-md pb-4 sm:ml-20 sm:pl-4">
253								{/* TODO: add GITHUB */}254								<div className="sm:text-md flex flex-row space-x-2 text-sm">
255									{profile.location && profile.location !== 'Other' && (
256										<div className="bg-darkBG flex rounded-md p-2 text-amber-200">
Unexpected 'todo' comment: 'TODO: add GITHUB'.
276											)}
277									</div>
278
279									{/* TODO: add GITHUB */}280									<div className="sm:text-md flex flex-row space-x-2 text-sm">
281										{profile.location && profile.location !== 'Other' && (
282											<div className="bg-darkBG flex rounded-md p-2 text-amber-200">
Unexpected 'todo' comment: 'TODO: add GITHUB'.
294               dark:border-neutral-800 dark:text-neutral-200 sm:ml-24"
295								>
296									<div className="flex flex-col">
297										{/* TODO: add GITHUB */}298										<div className="bg-darkBG space-y-2">
299											{!profile.website && (
300												<button