log.js 158 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 export default function Log ({ log }) { return ( <div> <h1>{log.ticket}</h1> <p>{log.hours}</p> <p>{log.details}</p> </div> ) }